As part of the release of https://stackify.com/net-core-2-0-changes/, there are also some updates to ASP.NET. Among these is the addition of a new web framework for creating a “page” without the full complexity of ASP.NET MVC.

In this article, we are going to delve into some of the finer points of using ASP.NET Razor Pages versus MVC. The basics of Razor Pages Pros and cons of Razor Pages and MVC Using Multiple GET or POST Actions via Handlers Why you should use Razor Pages for everything Code comparison of ASP.NET Razor Page vs. MVC

Code Comparison of ASP.NET Razor Page vs MVC

Related Articles