
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 both the …
Blazor - Wikipedia
Blazor can be used to develop single-page, mobile, or server-rendered applications using .NET technologies.
Blazor Explained: What It Is and Why You Should Learn It
Aug 19, 2025 · Blazor is an exciting framework that brings the power of .NET to web development. It allows you to build rich, interactive UIs using C# and Razor without relying heavily on JavaScript.
The Rise of Blazor: Building Modern, Full-Stack Web Applications with C#
Jun 24, 2025 · Discover how Blazor is transforming enterprise web development by enabling full-stack C# solutions. Explore architecture, security, performance, testing, and real-world best practices for …
Building Modern Web Applications Using Blazor ASP.NET Core
Dec 26, 2025 · Blazor is a modern web framework from Microsoft that was included in .NET 5. It's used for building interactive web applications using C# and .NET and it's based on a flexible, modular …
Blazor Overview: Complete .NET Web Dev Guide
Sep 12, 2025 · Blazor lets you write one set of components and choose where they run – server, browser, or both. With SSR for speed, Server for productivity, and WASM for reach, you can fit …
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 will …
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 published by the …
Blazor Essentials - JetBrains Guide
In this tutorial, we'll explore Blazor, a Single Page Application (SPA) web framework that is part of ASP.NET Core. We'll start with the basics, and gradually look at working with forms, data, JavaScript …
Introducing ASP.NET Core Blazor Server Applications
Mar 20, 2025 · Blazor is a web development framework built on top of ASP.NET Core, that uses the development language C#, HTML markup and CSS. One of the key features of the Blazor framework …