
Tutorial: Get started with Razor Pages in ASP.NET Core
This is the first tutorial of a series that teaches the basics of building an ASP.NET Core Razor Pages web app.
Razor syntax reference for ASP.NET Core | Microsoft Learn
Jul 7, 2016 · Introduction to ASP.NET Web Programming Using the Razor Syntax provides many samples of programming with Razor syntax. Although the topic was written for ASP.NET …
Tutorial: Create a Razor Pages web app with ASP.NET Core
Jul 1, 2024 · This series of tutorials explains the basics of building a Razor Pages web app. For a more advanced introduction aimed at developers who are familiar with controllers and views, …
Introduction to ASP.NET Web Programming Using the Razor …
Here you'll learn the basics of writing ASP.NET server code using the Razor syntax — that is, the programming language rules. If you're experienced with programming (especially if you've …
Razor Pages architecture and concepts in ASP.NET Core
Aug 27, 2025 · Learn the architecture, concepts, and patterns of Razor Pages in ASP.NET Core for building page-focused web applications.
Introduction to ASP.NET Web Programming Using the Razor …
This appendix gives you an overview of programming with ASP.NET Web pages in Visual Basic, using the Razor syntax.
Razor Pages with Entity Framework Core in ASP.NET Core
This is the first in a series of tutorials that show how to use Entity Framework (EF) Core in an ASP.NET Core Razor Pages app. The tutorials build a web site for a fictional Contoso University.
ASP.NET Razor Video Tutorials | Microsoft Learn
Jul 1, 2022 · Provides a list of video tutorials that are related to ASP.Net Razor and WebMatrix web page functionalities.
Part 2, Razor Pages with EF Core in ASP.NET Core - CRUD
Jul 26, 2024 · For information about the tutorial series, see the first tutorial. If you run into problems you can't solve, download the completed app and compare that code to what you …
ASP.NET Core Razor components | Microsoft Learn
Learn how to create and use Razor components in Blazor apps, including guidance on Razor syntax, component naming, namespaces, and component parameters.