Build a mobile and desktop app with Blazor Hybrid and .NET MAUI
Learn how to set up your development environment and build your first cross-platform hybrid app with Blazor, .NET MAUI, and C#.
Learning objectives
In this module, you will:
- Configure your local environment for Blazor Hybrid development with Visual Studio.
- Learn the basic architecture of a Blazor Hybrid app.
- Create a new Blazor Hybrid project powered by .NET MAUI.
- Add client-side logic to a Blazor Hybrid app.
- Access platform features for mobile and desktop with .NET MAUI.
- Deploy a Blazor Hybrid app from Visual Studio.
Prerequisites
- Visual Studio 2022 with the .NET MAUI workload installed
- Familiarity with C# and .NET
- Basic knowledge of web app concepts