This is the code repository for ASP.NET MVC Core 2.0 Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. The ASP.Net ...
[Editor's note: Peter rewrote this article after a reader pointed out he over-engineered his original solution. ("What can I say: The code worked -- I just didn't need nearly as much code as I thought ...
Learn how to use constructor injection, property injection, method injection, and the service locator pattern in ASP.NET Core MVC 5, along with their caveats. Dependency injection is a first-class ...
Handle unknown actions elegantly in ASP.NET 5 by creating routes that dynamically map to the views in your application. ASP.NET 5 is an open source web application development framework for building ...
This is a sample application that you can use to follow along with the tutorial at Build a .NET Core and SQL Database web app in Azure Web Apps for Containers.