About 9,430 results
Open links in new tab
  1. Razor Pages architecture and concepts in ASP.NET Core

    Sep 5, 2025 · Learn the architecture, concepts, and patterns of Razor Pages in ASP.NET Core for building page-focused web applications.

  2. An Introduction To ASP.NET Razor Pages | Learn Razor Pages

    Feb 18, 2021 · Razor Pages is a page-focused development framework for building dynamic, data-driven web sites with clean separation of concerns using the latest version of ASP.NET.

  3. Razor Pages in ASP.NET Core - C# Corner

    Oct 14, 2025 · With Razor Pages, each web page is self-contained, consisting of both the HTML markup and the logic required to handle user input and data. This design makes it easier to build, test, and …

  4. ASP.NET Web Pages Razor - W3Schools

    Go to the Razor section of this tutorial. Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, …

  5. ASP.NET Core Razor Pages Application - Dot Net Tutorials

    In this article, I am going to show you how to develop ASP.NET Core Razor Pages Application step-by-step with an example.

  6. Basics of Razor Pages - JetBrains Guide

    In this video, we'll create a complete request/response experience using a single Razor Pages endpoint. We can start with the ASP.NET Razor Pages template installed with .NET.

  7. Razor Pages in ASP NET Core A Beginner Guide to Dynamic Web Apps …

    Oct 12, 2025 · Learn how to create dynamic web applications using Razor Pages in ASP.NET Core with this beginner-friendly guide covering setup, page routing, and data handling techniques.

  8. What is ASP.NET Razor Pages? - Codecademy

    We’ll focus on one: the Razor Pages architecture. The Razor Pages architecture goes like this: Every page of our website is represented by two files: A page model, which handles the accessing and …

  9. AspNetCore.Docs/aspnetcore/tutorials/razor-pages/razor-pages ... - GitHub

    Jan 7, 2026 · This tutorial is the first in 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 …

  10. Tutorial: Get started with Razor Pages in ASP.NET Core

    This tutorial is the first in 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 …