Blazor
v.NET 8Build web UIs in C#.
Install
dotnet new blazor -o MyAppWhy 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.
Build web UIs in C#.
dotnet new blazor -o MyAppReusable UI written in Razor (.razor).
Server (SignalR) or WebAssembly (in-browser).
Share models and logic with your backend.