In this episode, we dig in to Blazor’s server-side hosting model (aka. Razor Components in ASP.NET Core 3). We explore the network traffic between the client and server and poke at the DOM to see what we can break.
Blazor - https://blazor.net
MessagePack - https://msgpack.org/
Our good buddy and Devops denizen Dylan Smith drops by to show us how to use Azure Devops properly. In this video he takes us through adding unit tests, code coverage and slick reports built into the Azure Devops portal.
Azure DevOps is an updated offering from Microsoft for doing source control, build, releases and much more. Join the Monsters as they blindly attempt to make GenFu work on it.
One of the great features of Blazor is that you can share code C# between your ASP.NET Core back-end and your Blazor client side code. In this episode, we explore the Blazor (ASP.NET Core Hosted) project template and take a look at how C# code can be shared between the client and server.
The Monsters mash on converting a chunk of confusing looking JavaScript using promises and .then into a more readable version using async and await. They also discuss the most used words on YouTube.
Browsers now universally support Web Assembly which opens the door to new languages and coding paradigms for building client side web applications. In this episode, Dave introduces Blazor, a framework for building client side web apps using .NET. That’s right, .NET (and Razor) running natively in the browser! No, this isn’t Silverlight, this is infinitely more awesome than Silverlight.