Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.2 KB

README.md

File metadata and controls

25 lines (18 loc) · 2.2 KB

Build 2025 Lab 305

Build Multi-platform Hybrid Apps with Blazor & .NET MAUI

In this lab, you'll build a hybrid mobile, desktop and web application using the .NET MAUI Blazor Hybrid and Web template. This template combines a Blazor Web app and a .NET MAUI app, sharing UI components through a Razor Class Library (RCL) that can be deployed to Android, iOS, macOS, Windows and the web. By the end of this 75-minute workshop, you'll have a functional app that displays data, navigates between pages, and uses platform-specific features.

Agenda

Follow these sections in sequence to build the solution for this lab.

  1. Overview of .NET MAUI and Blazor Hybrid
  2. Fetching Data
  3. Building UI and Adding Navigation
  4. Using Platform Features

At the end of this lab, you will build an app that looks like this across Android, iOS, macOS, Windows and web platforms.

More resources