Introduction to Razor Pages in ASP.NET Core View Article Information Posted Date: 26. October 2017 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET, ASP.NET vNext, ASP.NET Core Keywords: Razor Pages, Asp.Net Core, ASP.NET Core prerequisites, Razor Pages project Razor Pages is a new feature of ASP.NET Core MVC that makes coding page-focused scenarios easier and more productive. One of new features of ASP.NET Core 2.0 is support for Razor Pages. Yes, those same pages that came times ago with WebMatrix. Today Razor Pages is subset of MVC on ASP.NET Core. Yes, support for Razor Pages comes with ASP.NET Core MVC meaning that Razor Pages application is technically MVC application. Also Razor Pages have same features as MVC views. [Continue Reading]