Let's you write code in C# instead of JavaScript
01
Blazor allows you to create interactive web apps using C#, without having to use JavaScript. Blazor apps are made up of reusable web UI components written in C#, HTML, and CSS.
Utilizes the existing .NET library ecosystem
02
The .NET Standard allows you to utilize the same code and libraries on the server, in the browser, and everywhere else you write .NET code.
Blazor Server
03
To keep applications up to date, Blazor Server connects with the backend C# code using SignalR.
Blazor WebAssembly
04
Blazor WebAssembly is a single-page app (SPA) framework that allows you to create interactive client-side web apps with C#.
Built on open web standards
05
Blazor is based on open web standards and does not require any plug-ins or code transpilation. Blazor is compatible with all modern web and mobile browsers.
JavaScript interop
06
Components interoperate with JavaScript for apps that require third-party JavaScript libraries and access to browser APIs.
Provides free tools for every OS
07
On Windows, Linux, and macOS, Visual Studio and Visual Studio Code provide an excellent Blazor development environment.
Open source and free
08
Blazor is part of the open-source .NET framework, which has a vibrant developer community. There are no royalties or licensing expenses, even if you want to use it for commercial purposes.