
ASP.NET Core Blazor | Microsoft Learn
Nov 12, 2025 · Explore ASP.NET Core Blazor, a way to build interactive client-side web UI with .NET in an ASP.NET Core app.
ASP.NET Core Blazor hosting models | Microsoft Learn
Nov 12, 2025 · This article explains Blazor hosting models, primarily focused on Blazor Server and Blazor WebAssembly apps in versions of .NET earlier than .NET 8. The guidance in this article is …
Host and deploy ASP.NET Core server-side Blazor apps
Nov 12, 2025 · Learn how to host and deploy server-side Blazor apps (Blazor Web Apps and Blazor Server apps) using ASP.NET Core.
ASP.NET Core Blazor tutorials | Microsoft Learn
Nov 12, 2025 · The following tutorials provide basic working experiences for building Blazor apps. ASP.NET Core Blazor Build your first Blazor app Build a Blazor todo list app (Blazor Web App) Build …
ASP.NET Core Blazor server-side state management
Dec 16, 2025 · This article describes common approaches for maintaining a user's data (state) in server-side Blazor scenarios.
Tooling for ASP.NET Core Blazor | Microsoft Learn
Nov 12, 2025 · Blazor Web App: Creates an app that supports interactive server-side rendering (interactive SSR) and client-side rendering (CSR). The Blazor Web App template is recommended …
ASP.NET Core Blazor fundamentals | Microsoft Learn
Nov 12, 2025 · The .NET events and binding are either processed on the server by the ASP.NET Core runtime or in the browser on the client by the WebAssembly-based Blazor runtime.
Blazor app hosting models - .NET | Microsoft Learn
Apr 13, 2022 · Learn the different ways to host a Blazor app, including in the browser on WebAssembly or on the server.
ASP.NET Core Blazor environments | Microsoft Learn
Nov 26, 2025 · On the client for a Blazor Web App, the environment is determined from the server via a middleware that communicates the environment to the browser via a header named Blazor …
ASP.NET Core Blazor 教程 | Microsoft Learn
有关 Blazor 托管模型、Blazor Server 和 Blazor WebAssembly 的详细信息,请参阅 ASP.NET Core Blazor 托管模型。 生成第一个 Blazor 应用 (Blazor Server) 生成 Blazor 待办事项列表应用 (Blazor …