News

Take advantage of the friendly syntax of Razor View Engine to more easily create views from templates in ASP.NET Core MVC.
Take advantage of advanced operations such as conditional branching when working with middleware in ASP.NET Core.
There are a lot of Web Forms applications out there ... but the future belongs to MVC. Here's Peter's advice on what to do about that.
Today I've covered how to use ASP.NET Core 2.1.5 to create an MVC application that creates a table of contacts. Stay tuned for part 2 where I'll go over how to add CRUD functionality to the contacts ...
Razor Pages have been added to ASP.NET Core 2 to provide a way for developers to start building web applications without requiring the infrastructure of a full MVC app.