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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
As fond as he is of using Controllers and Views, Peter isn't sure that Razor Pages aren't a better model for Web development. But the first step, adding Razor Pages to your project, isn't as easy as ...
In a sense, Razor Pages collapse the Controller and the data transfer object it normally passes to the View into a single class. But, in a Blazor project, that code-behind file with the Controller in ...