From Blazor in Action by Chris Sainty

Take 40% off the entire book. Just enter code slsainty into the discount code box at checkout at manning.com.

Blazor, a powerful C#-based frontend framework from Microsoft, makes it easy to create fast rich web applications without the limitations of typical JavaScript-based tools. Blazor components seamlessly blend C# and standard HTML markup, so you can build web frontends using the same technology as your server-side code. With Blazor WebAssembly, you can also run your C# code natively in the browser.