/maui-blazor-hybrid

DEMO: .NET MAUI Blazor app

Primary LanguageC#MIT LicenseMIT

.NET MAUI Blazor app

Demo about Hybrid web apps with Blazor (2023.01.28)

Demo about Hybrid web apps with Blazor (2022.09.16)

DEMO 1

Default project template ".NET MAUI Blazor App"

DEMO 2

  • Use of "System.Diagnostics.Process.Start" in Notes.razor page
  • Display alert and popups in Notifications.razor page
    • DisplayAlert
    • DisplayActionSheet

DEMO 3

Mix MAUI code and Blazor component

  • Create tabs with native MAUI code, and use a specific component in any tabs

DEMO 4

Share blazor app between wasm and MAUI.

  • Use a RCL project for blazor applications.
  • Use a Shared project for share interfaces and DTO.