Charles Rea
Blazor is Microsoft's brand new framework for building client-side web applications. So what makes it special? You write the code in C#, which runs in the browser using WebAssembly - with no Javascript involved! In this talk, we'll see how we can write applications using Blazor, and take a look at its syntax and component model. We'll discuss its advantages and disadvantages, and get an understanding of when it makes sense to use Blazor.