Full Stack Web Development

W01 Deep Dive: Blazor: Zero to Hero

03/02/2022

8:00am - 10:45am

Jon Galloway

Principal Program Manager, Developer Division Community Team

Microsoft

Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries.

In this session, you'll how to build web applications with Blazor:

  • Blazor fundamentals and architecture
  • Build a first web app with Blazor
  • Interact with Data
  • Use pages, routing, and layouts
  • Work with forms and Blazor input elements
  • Build rich components with JS Interop, templated components, and lifecycle management
  • Learn the top resources to build on what you've learned