Introduction to Razor Pages in ASP.NET Core
Details
We will take a look at building web applications use the new Razor Pages feature in ASP.Net Core.
Razor Pages is a new feature of ASP.NET Core 2.1 or later that makes coding page-focused scenarios easier and more productive. Razor Pages can be used as an alternative to MVC (Model-View-Controller) or even alongside an MVC solution.
