Kestrel: Web Server for ASP.NET Core

In this tutorial, let us look at the Kestrel Web Server for ASP.NET Core. The way we host our application in ASP.NET Core has gone through some drastic change compared to the previous version of ASP.NET. The Kestrel is the new way to Host to ASP.NET Core Application. It runs within the Application process making it completely self-contained.

Kestrel: Web Server for ASP.NET Core Read More »