Blazor is a feature of ASP.NET, the framework that extends the .NET developer platforms with tools and libraries for developing web apps.
Blazor helps with building interactive web UIs using C#. Most of the components, which are built using C#, HTML, and CSS can be reused. Client and server code are written in C# to enable code sharing.
By using WebAssembly, Blazor can run client-side code directly on the browser. Alternatively, Blazor can run client logic on the server as well by using
Blazor is compatible with all modern browsers and uses open web standards without plugins or
Blazor apps can use existing .NET libraries by using .NET Standard, which allows the same code and libraries to be used on the server, in the browser, or anywhere you write .NET code.
Download
. Blazor https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor
Free Resources