About 218,000 results
Open links in new tab
  1. 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. For a more advanced introduction aimed at developers who are familiar with controllers …

  2. 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, see Razor …

  3. Introduction to ASP.NET Web Programming Using the Razor Syntax (C#)

    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 used C, …

  4. Razor syntax reference for ASP.NET Core | Microsoft Learn

    Jul 7, 2016 · By Rick Anderson, Taylor Mullen, and Dan Vicarel Razor is a markup syntax for embedding .NET based code into webpages. The Razor syntax consists of Razor markup, C#, and HTML. Files …

  5. 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.

  6. Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 …

    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.

  7. Introduction to ASP.NET Web Programming Using the Razor Syntax …

    This article gives you an overview of programming with ASP.NET Web Pages using the Razor syntax and Visual Basic. ASP.NET is Microsoft's technology for running dynamic web pages on web servers.

  8. 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.

  9. Part 2, Razor Pages with EF Core in ASP.NET Core - CRUD

    Jul 26, 2024 · The Contoso University web app demonstrates how to create Razor Pages web apps using EF Core and Visual Studio. For information about the tutorial series, see the first tutorial.

  10. 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.