Getting ready

Kestrel is a dependency package of the ASP.NET Core web project, and is installed by the NuGet Package Manager. .NET Core CLI (dotnet.exe) will be installed when you install .NET Core on your computer.

dotnet.exe is the starter of any .NET Core application on any platform, such as Windows, Linux, or macOS.

Let's create a new ASP.NET Core Web Application and launch the application by excuting the following command:

dotnet new web 

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.