News

This repo has the code I wrote for an ASP.NET Razor Pages Tutorial. The main branch is just a Razor Pages web app created with the webapp template. Each branch represents the code for a certain topic.
Microsoft says Razor Pages development in ASP.NET Core can make coding page-focused web-dev scenarios easier and more productive than using the controllers and views integral to another option: the ...
I wanted to take a default asp.net core MVC project in Visual Studio and then see if I could added Razor pages support and use them both. I created an MVC project and compared it to a new razor ...
Make the most of the ASP.NET Core platform to create robust, high-quality solutions using approaches adopted by leading companies Key Features Create robust, web-based solutions optimized for ...
ASP.NET Core 2 brings a multitude of new features, including Razor Pages, new templates, and a series of changes intended to make development easier. By combining sensible defaults with detailed ...
I like ASP.NET Core's Razor Pages because, in my mind, I think they do a better job of implementing the Single Responsibility Principle than the "standard" MVC model of Controller+View. While a ...
Take advantage of the friendly syntax of Razor View Engine to more easily create views from templates in ASP.NET Core MVC.