Blazor and Razor Components in a nutshell
Learn how to use a framework that allows you to run your compiled code directly in the browser on top of WebAssembly.

Blazor and Razor Components in a nutshell udemy course free download
Learn how to use a framework that allows you to run your compiled code directly in the browser on top of WebAssembly.
Blazor is a technology that allows developers to run .NET Code directly in the browser. With .NET Core 3.0, the technology is officially supported by Microsoft. And you can opt for either client plus server setup (server-side Blazor) or a pure WebAssembly-based experience (client-side Blazor). Whichever flavor you choose, the syntax will be almost identical.