About 187,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.

  2. 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 …

  3. 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, …

  4. 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 …

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

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

  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 · 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 …

  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.