ASP.NET Razor Pages is a new web framework for building dynamic pages using templates, partials, and code-behind files. Razor Pages has been built from the ground up with a singular focus on creating simple yet powerful web pages. There’s no view engine to decide between server-side or client-side templating, so you have the option to write your markup in whatever way works best for you and your application.
Razor Pages
Add Loops, Conditions and Functions to ASP.NET Core Razor Pages
ASP.NET Core Razor pages are excellent for mixing HTML tags and C# code into a single page and capable loops and conditional rules.
How to Comment Code in ASP.NET Core Razor Pages
You’ve been coding for a while and want to get better at it. You know that you should be commenting on your code, but how do you go about doing so? It’s not easy, but with this blog post, we hope to help.