Full Stack Web Development

VSW09 Zero to Hero: Blazor Web Apps

11/20/2024

2:00pm - 3:15pm

Level: Introductory

Allen Conway

Microsoft MVP

Azure App Modernization Consultant

Xebia

Blazor has redefined the current landscape for web developers, allowing C# and .NET back into the modern web development picture. Leveraging a mix of WebAssembly and .NET allows running C# code in the browser, on the server or both, resulting in a productive use of the same language throughout the stack to build our modern web applications. At the core of Blazor is the ability to compose our web application using reusable components just like the modern browser frameworks. In this session, you'll learn the fundamental concepts about Blazor, compare it to the existing web framework options, and see how to create a basic modern web application leveraging C# and .NET.

You will learn:

  • Fundamentals of Blazor and creating a modern Blazor web application
  • How to leverage client and server-side options seamlessly in Blazor Apps
  • How to create modern web components for composable views using Blazor