Описание тега blazor
Blazor lets you build interactive web UIs using C# instead of JavaScript. It is a feature of ASP.NET, the web development framework from Microsoft that extends the .NET developer platform.
Blazor is a framework whose goal is to enable developers to write client-side code in.NET, backed by WebAssembly or by SignalR.
Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries.
It extends the established Razor syntax to let developers write client-side markup and connect its elements to data and methods defined on models written in C#.
This tag should be used for questions that are specific to use this extension of Razor.
Useful links:
- Blazor website
- GitHub repo (Moved to ASP.NET Core repo)
- ASP.NET Core GitHub repo
- Introduction by Steve Sanderson