Last updated: May 3, 2022

ASP.NET Razor

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.
ASP.NET Razor Introduction and Features
This article discusses ASP.NET Razor Introduction and its features. We talk about why it is good to learn ASP.NET Razor and how it makes the life of a developer easier.
ASP.NET Razor Code Expressions MEDIUM
This blog discusses the theoretical and practical implementations of Razor Code expressions.
ASP.NET Razor Code Blocks
This article discusses ASP.NET Razor Code Blocks and their implementation. We talk about why it is good to learn ASP.NET Razor Code Blocks and how it makes the life of a developer easier.
ASP.NET Razor Control Structures
This article discusses ASP.NET Razor Control Structures and their implementation. We talk about why it is good to learn ASP.NET Razor Control Structures and how it makes the life of a developer easier.
ASP.NET Razor HTML Helpers
In this article, we will learn about HTML Helpers in ASP.NET and its uses.
ASP.NET Razor Partial View
This article discusses ASP.NET Razor Partial View and its implementation. We talk about why it is good to learn ASP.NET Razor Partial View and how it makes the life of a developer easier.