Blazor
Blazor is a free and open-source web framework from Microsoft that allows developers to build interactive client-side and server-side web UIs using C# and .NET. It eliminates the need for JavaScript for client-side logic by running C# code directly in the browser via WebAssembly (Blazor…
Key facts
- First appeared
- 2017
- Category
- web_framework
- Problem solved
- Blazor was created to enable full-stack web development using a single language (C#) and framework (.NET), thus eliminating the need for extensive JavaScript knowledge for client-side interactivity, especially for existing .NET developers. It addresses the challenge of building rich, interactive client-side web applications with native .NET tooling and code, and provides a modern alternative for traditional ASP.NET Web Forms developers.
- Platforms
- ios, android, macos, web, linux, windows
Related technologies
Notable users
- Various enterprises leveraging the .NET stack for internal applications and public-facing websites
- Microsoft (internal tools, documentation, Azure Portal components)