Blazor Fluent Maui Evaluation (.NET 9)
This application serves as an evaluation tool for combining Microsoft technologies: ASP.NET Blazor, Fluent UI, and .NET MAUI. It facilitates the utilization of a unified codebase for both web applications (Server, Wasm) and native applications (Android, iOS, iPadOS, MacOS, Windows).
The shared codebase offers flexibility in choosing various platforms. It reduces maintenance overhead and enables the development of a consistent infrastructure and testing strategy.
Web (Blazor)
- WebAssambly (wasm)
- Server (x64/arm64)
- Linux/MacOS/Windows
Native (Blazor Hybrid)
- Windows (x64/arm64)
- Version >= 10.0.17763
- WinUI3/WPF/WinForms
- MacOS (x64/arm64)
- Version >= 15.0
- AppKit
- Android (x64/arm64)
- Version >= 7.0
- Jetpack Compose
- iOS & iPadOS (arm64)
- Version >= 15.0
- UIKit