Creating an ASP.NET MVC Core application

ASP.NET Core provides an elegant way of building web applications and APIs that run on Windows, Linux, and macOS, owing to the .NET Core platform's tool and SDK that simplify developing cutting-edge applications and support side-by-side with application versioning. With ASP.NET Core, your applications have a smaller surface area which improves performance as you only have to include the NuGet packages required to run your applications. ASP.NET Core can also be integrated with client-side libraries and frameworks, allowing you to develop web applications using the CSS and JS libraries you are already familiar with.

ASP.NET Core runs with Kestrel, a web server included in the ASP.NET Core project templates. ...

Get C# and .NET Core Test Driven Development 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.