File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ Made available in the `src\NET_8\` directory:
13
13
- Refer to this [ article] ( https://egvijayanand.in/2024/03/07/dotnet-maui-community-toolkit-maps-in-winui-3-app/ ) for working with this sample
14
14
* ` ThemedApp ` - Sample app for .NET MAUI App Theming
15
15
- Refer to this [ article] ( https://egvijayanand.in/2024/07/03/dotnet-maui-developer-tips-app-theming/ ) for further details
16
+ * ` DateCalculator `
17
+ - MVVM Sample
18
+ - Xamarin Forms and .NET MAUI in a single solution
19
+ - WPF project to illustrate the reuse of ViewModels across UI frameworks
20
+ - WinForms project to illustrate the reuse of ViewModels across non-XAML UI framework too
21
+ - Shared business logic as a separate library project
22
+ - ViewModels implemented with [ CommunityToolkit.Mvvm] ( https://www.nuget.org/packages/CommunityToolkit.Mvvm ) NuGet package
16
23
17
24
Made available in the ` src\NET_9\ ` directory:
18
25
* ` EmbeddedWindows ` - .NET MAUI Page embedded in a Native WinUI 3 App, targeting .NET 9 (` net9.0-windows10.0.19041.0 ` )
@@ -24,12 +31,6 @@ Made available in the the `src\` directory:
24
31
25
32
* ` TestApp ` - .NET MAUI Shell sample
26
33
* ` MenuApp ` - .NET MAUI sample app with multi-level menu definition in both XAML and C# _ (Will work only on Desktop form factor)_
27
- * ` DateCalculator `
28
- - MVVM Sample
29
- - Xamarin Forms and .NET MAUI in a single solution
30
- - WPF project to illustrate the reuse of ViewModels across UI frameworks
31
- - Shared business logic as a separate library project
32
- - ViewModels implemented with [ CommunityToolkit.Mvvm] ( https://www.nuget.org/packages/CommunityToolkit.Mvvm/8.0.0-preview3 ) NuGet package
33
34
* ` MauiBlazorApp ` - .NET MAUI Blazor sample
34
35
- App Theming
35
36
- State sharing between .NET MAUI and Razor Components
You can’t perform that action at this time.
0 commit comments