News

Take advantage of Blazor, Microsoft’s answer to full-stack development, to build rich web apps with C# and .NET Core.
Microsoft’s Blazor experiment uses modern web technologies like WebAssembly to put a .Net runtime inside your browser ...
With .NET 6 and the latest Visual Studio 2022 preview, developers can create a hybrid Blazor/.NET MAUI app that can work with local machines in ways that ordinary Blazor (web) apps can't. Blazor code ...
With Blazor Hybrid, the Blazor application runs neither in a web server nor in a WebAssembly VM, but in the same .NET process and even in the same thread as the desktop or mobile application.