Blazor

Blazor is a .NET UI framework for building interactive web apps with C# instead of JavaScript (Server or WebAssembly).

Blazor lets you build interactive UI components using C#. It can run on the server (Blazor Server) or in the browser via WebAssembly (Blazor WASM).

  • Component-based UI
  • Shared models/validation in .NET
  • Useful for internal tools and dashboards