Building Full-stack C# Web Apps with Blazor in .NET Core 3.0

Announcing .NET Core 3.0: https://aka.ms/dotnetcore3 #dotNETConf .NET Core 3.0 includes support for Blazor, a new client-side web UI framework based on C# instead of JavaScript. In this session you'll see how to build Blazor Server apps with rich, interactive web UI where all the UI interactions are handled over a real-time SignalR connection. We'll look at how to build Blazor components using a combination of C#, HTML, and CSS. We'll also show you how to deploy your Blazor Server apps and how to secure them.