About 50 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. Integrate ASP.NET Core Razor components with MVC or Razor Pages

    Dec 2, 2025 · Learn about Razor component integration scenarios for MVC or Razor Pages, including prerendering of Razor components on the server.

  3. Programming ASP.NET Web Pages (Razor) Using Visual Studio

    Sep 30, 2022 · This appendix explains how you can use Visual Studio 2010 or Visual Web Developer 2010 Express to program ASP.NET Web Pages with the Razor syntax.

  4. Reusable Razor UI in class libraries with ASP.NET Core

    Dec 16, 2025 · Explains how to create reusable Razor UI using partial views in a class library in ASP.NET Core.

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

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

    The UI style of this site is based on the built-in project templates. The tutorial's focus is on how to use EF Core with ASP.NET Core, not how to customize the UI.

  7. Razor file compilation in ASP.NET Core | Microsoft Learn

    Dec 16, 2025 · The Razor Pages and MVC project templates include an option to enable runtime compilation when the project is created. This option is supported in ASP.NET Core 3.1 or later.

  8. ASP.NET Core - Simpler ASP.NET MVC Apps with Razor Pages

    Jan 15, 2019 · Razor Pages are a new feature in ASP.NET Core 2.0. They provide a simpler way to organize code within ASP.NET Core applications, keeping implementation logic and view models …

  9. ASP.NET Core Blazor project structure | Microsoft Learn

    Dec 16, 2025 · The Blazor Web App project template provides a single starting point for using Razor components (.razor) to build any style of web UI, both server-side rendered and client-side rendered.

  10. Part 2, add a model to a Razor Pages app in ASP.NET Core

    Aug 28, 2025 · Part 2 of tutorial series on Razor Pages. In this section, model classes are added.