ASP.NET Razor Pages is a newer and simplified web application development model which removes the need for a file-based routing approach. Each Razor Pages file found under the Pages directory points to an endpoint. Here we will be learning about the features of razor pages and creating example projects in razor pages.