samples
samples copied to clipboard
Samples for ASP.NET Core
The Web Socket sample is very contrived. using statements which shorten long delegates which use tuples and everything works in a weird async task of an echo server.... I've been...
I would like to run the [OwinSelfhostSample](https://github.com/aspnet/samples/tree/master/samples/aspnet/WebApi/OwinSelfhostSample) project as a Windows Service. I have successfully installed the service using the command `sc create MyService binPath=...`. The service fails to start...
Trying to convert this app from client-side to server-side. I believe I have everything changed over - Index.html in /wwwroot using _framework/blazor.server.js instead of blazor.webassembly.js - Server project, in Startup.cs,...