Completed samples will be uploaded into this repository so that it is accessible to everyone.
Join me on Developer Thoughts, an exclusive blog for .NET MAUI and Blazor, for articles on working with these samples.
Note: Samples are in the process of migrating to the latest framework version, so there would be a change in the directory structure. Kindly bear with this.
Made available in the src\NET_8\
directory:
Solution Title | Description |
---|---|
EmbeddedWindows |
.NET MAUI Page embedded in a Native WinUI 3 App Refer to this .NET MAUI - Native Embedding article for working with this sample |
MapsApp |
.NET MAUI Maps embedded in a Native WinUI 3 App Refer to this .NET MAUI Community Toolkit Maps in WinUI 3 App article for working with this sample |
ThemedApp |
Sample app for .NET MAUI App Theming Refer to this .NET MAUI - App Theming article for further details |
DateCalculator |
|
UnifiedDateCalculator |
|
Made available in the src\NET_9\
directory:
Solution Title | Description |
---|---|
EmbeddedAndroid |
.NET MAUI Page embedded in a .NET 9 for Android App Refer to this .NET MAUI - Native Embedding article for working with this sample |
EmbeddediOS |
.NET MAUI Page embedded in a .NET 9 for iOS App Refer to this .NET MAUI - Native Embedding article for working with this sample |
EmbeddedWindows |
.NET MAUI Page embedded in a Native WinUI 3 App Refer to this .NET MAUI - Native Embedding article for working with this sample |
MapsApp |
Using .NET MAUI CommunityToolkit.Maui.Maps embedded in a Native WinUI 3 App Refer to this .NET MAUI Community Toolkit Maps in WinUI 3 App article for working with this sample |
HybridWebViewApp |
A sample .NET MAUI App showcasing the features of the new HybridWebView control. Refer to this Exploring .NET MAUI 9: HybridWebView Features article for working with this sample |
WinUIBlazor |
.NET MAUI BlazorWebView embedded in a Native WinUI 3 App, making it as a Blazor Hybrid app Refer to this .NET MAUI - Blazor Hybrid - WinUI 3 article for working with this sample |
Made available in the the src\
directory:
TestApp
- .NET MAUI Shell sampleMenuApp
- .NET MAUI sample app with multi-level menu definition in both XAML and C# (Will work only on Desktop form factor)MauiBlazorApp
- .NET MAUI Blazor sample- App Theming
- State sharing between .NET MAUI and Razor Components
- Components from shared Razor Class Library (RCL)
MauiAppCS
- .NET MAUI C# Markup based SampleEmbeddedAndroid
- .NET MAUI Page embedded in a Native Android App, targeting .NET 6 (net6.0-android
)MediaElement
- Sample project in both .NET 6 and 7. Now made available in Preview bits as part of the .NET MAUI CommunityToolkit - And it'll be a separate NuGet package titledCommunityToolkit.Maui.MediaElement
MauiHotReload
- Sample project to demonstrate C# Hot Reload feature supported via MetadataUpdateHandler (refer to HotReloadService.cs). Core logic is abstracted into a base page namedMauiPage
, inherit the content pages from it and implement the UI logic in the override of the abstractBuild()
method. Source is available in thesrc\MauiHotReload
folder.WindowsUnpackagedApp
- Sample project to demonstrate running Windows targeted WinUI 3 project as Unpackaged app type.PopupDialogs
- Sample project to demonstrate the custom dialogs implemented with VijayAnand.MauiToolkit.Pro NuGet package.HybridRclApp
-BlazorWebView
hybrid sample- A hybrid solution demonstrating the capabilities of
BlazorWebView
control - Loaded with
.NET MAUI
,Windows Forms
,WPF
, andWinUI 3
projects in a single solution - Razor components abstracted in a shared Razor Class Library (RCL)
- While working with the WinUI 3 Unpackaged model, the below project property needs to be uncommented in the project file otherwise it'll result in the mentioned error message. And for the Packaged model, this can stay as commented or update its value as MSIX (the default value):
- A hybrid solution demonstrating the capabilities of
<WindowsPackageType>None</WindowsPackageType>
Error message: Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
- C# Samples - C# version of the .NET MAUI UI Challenge - Awesome UIs without any XAML usage - Stay tuned for more samples ...
- Made available under the C#-Samples folder
- Design credit to their respective owners
- BeautyShop App
- Chat App
- Pet Adoption UI
- MAUI Finance
- BMI Calculator
- Class Fly - Designed as part of MAUI UI July
- F1 TV - Designed as part of MAUI UI July
- Coffeeffee MAUI
- MAUI Focus
- Scientific Calculator
- Medicine Tracker
- eCommerce MAUI
- MAUI Payments with Prism
- Bottom Sheets
- MyTasks
- MonkeyFinder - Designed as part of .NET MAUI - Workshop by James Montemagno
- News App
- There's some issue in making use of FlexLayout as a BindableLayout in C# Markup hence replaced it with StackLayout and Grid on two of the pages
- MAUI Pets
- SpaceX History
- F# Samples
- Made available under the F#-Samples folder developed with Fabulous
- FSApp - A F# sample app (with DI option)
- HybridApp - A F# Blazor Hybrid sample app