B
Blazor
C# UI framework for the web — run .NET code in the browser via WebAssembly or server-side with SignalR.
Blazor lets C# developers build interactive web UIs without JavaScript. Blazor WebAssembly runs .NET code directly in the browser sandbox; Blazor Server keeps UI logic on the server and sends updates via SignalR. For .NET shops, Blazor eliminates the context switch between C# backend and JavaScript frontend.
// tags
frontendcsharpdotnetwasmwebassemblyspaserver-side