Summary
In this module, you set up your development environment to create and build a Blazor Hybrid app with .NET MAUI for mobile and desktop. You then:
- Reused a Razor component.
- Added HTML and C# to the Razor file.
- Used binding to sync user input to the todo list logic.
- Accessed platform features to load and save the todo list.
You now understand the fundamentals of building Blazor Hybrid apps. You can use your HTML and C# knowledge to build more complex native apps.
Learn more about Blazor
- Blazor homepage
- Introduction to ASP.NET Core Blazor
- Host and deploy ASP.NET Core Blazor WebAssembly
- Project structure for Blazor apps
Learn more about .NET MAUI
Learn more about Blazor Hybrid
Get more practice
- Build a Blazor to-do list
- Blazor Pizza Store workshop
- Blazor on Microsoft Learn
- .NET MAUI on Microsoft Learn
- .NET MAUI workshop