About 311,000 results
Open links in new tab
  1. Blazor | Build client web apps with C# | .NET

    Blazor is a modern front-end web framework based on HTML, CSS, and C# that helps you build web apps faster. With Blazor, build web apps using reusable components that can be run from …

  2. Blazor - Wikipedia

    Blazor is a free and open-source web framework that enables developers to create web user interfaces (UI) based on components, using C# and HTML. [1][2][3][4][5] It is being developed …

  3. Blazor Explained: What It Is and Why You Should Learn It

    Aug 19, 2025 · That’s where Blazor comes in. Blazor is a modern framework from Microsoft that allows developers to build interactive web UIs using C#, Razor, and .NET without writing …

  4. Blazor in .NET 10: What's New and Why It Finally Feels Complete

    Dec 3, 2025 · Discover everything new in Blazor .NET 10: persistent state management, improved JavaScript interop, passkey authentication, and major performance gains. A comprehensive …

  5. Introduction to Blazor - JetBrains Guide

    Blazor is a Single Page Application (SPA) web framework that is part of the ASP.NET Core framework. Blazor enables you to create progressive web apps using C#, having significantly …

  6. Blazor: For Absolute Beginners

    Blazor is a framework that allows us to build web applications using C# and .NET, also bringing the power of C# to the world of front-end web development. In this comprehensive tutorial, we …

  7. Building Blazor Applications - Visual Studio Magazine

    Jan 16, 2025 · Blazor is a modern .NET application framework, primarily used to build web applications. Since its release in 2020, it has evolved with new features and capabilities, …

  8. ASP.NET Core in .NET 10: Major Updates Across Blazor, APIs, and …

    2 days ago · Microsoft has detailed the major updates to ASP.NET Core arriving as part of last month's .NET 10 release. As reported, this version delivers extensive improvements across …

  9. ASP.NET Core Blazor | Microsoft Learn

    Nov 11, 2025 · Blazor WebAssembly is a single-page app (SPA) framework for building interactive client-side web apps with .NET. Unused code is stripped out of the app when it's …

  10. What is Blazor? - Blazor University

    Blazor is a Single Page Application development framework. The name Blazor is a combination/mutation of the words Browser and Razor (the .NET HTML view generating engine).