B

Blazor

C# UI framework for the web — run .NET code in the browser via WebAssembly or server-side with SignalR.

C# free Open Source web since 2018

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
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub