Docs

Blazor

v.NET 8

Build web UIs in C#.

dotnetcsharpweb

Install

new app
bash
dotnet new blazor -o MyApp

Why Blazor

Components

Reusable UI written in Razor (.razor).

Two hosting models

Server (SignalR) or WebAssembly (in-browser).

All C#

Share models and logic with your backend.

Documentation