ASP.NET Core Blazor tutorials
Note
This isn't the latest version of this article. For the current release, see the .NET 8 version of this article.
Warning
This version of ASP.NET Core is no longer supported. For more information, see .NET and .NET Core Support Policy. For the current release, see the .NET 8 version of this article.
Important
This information relates to a pre-release product that may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For the current release, see the .NET 8 version of this article.
The following tutorials provide basic working experiences for building Blazor apps.
For an overview of Blazor, see ASP.NET Core Blazor.
Build a Blazor todo list app (Blazor Web App)
Build a Blazor movie database app (Overview) (Blazor Web App)
Use ASP.NET Core SignalR with Blazor (Blazor Web App)
Microsoft Learn
For an overview of Blazor, see ASP.NET Core Blazor. For more information on the Blazor hosting models, Blazor Server and Blazor WebAssembly, see ASP.NET Core Blazor hosting models.
Build your first Blazor app (Blazor Server)
Build a Blazor todo list app (Blazor Server or Blazor WebAssembly)
Use ASP.NET Core SignalR with Blazor (Blazor Server or Blazor WebAssembly)
Microsoft Learn
ASP.NET Core