ASP.NET Core – Implementing custom server
In previous blog post I’ve show you how to host ASP.NET Core application using Kestrel server. But why not to write our own server – in ASP.NET Core that is actually quite simple.
By Dawid on (tags: ASP.NET, core, hosting, server, categories: code)