
Introduces the first release of jQWidgets for Microsoft Blazor.
Features
- Adds jQWidgets for Microsoft Blazor
- Includes 60+ fast and feature-complete UI components.
- Lets you build interactive web UIs using C# instead of JavaScript.
- Installation is through NuGet.
What is Blazor?
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. Blazor can run your client-side C# code directly in the browser, using WebAssembly. Because it’s real .NET running on WebAssembly, you can re-use code and libraries from server-side parts of your application.