Skip to content

Commit 0df27fd

Browse files
authored
Merge pull request #83 from egvijayanand/working
Docs updated
2 parents 0cda884 + 0086432 commit 0df27fd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Made available in the `src\NET_8\` directory:
1313
- Refer to this [article](https://egvijayanand.in/2024/03/07/dotnet-maui-community-toolkit-maps-in-winui-3-app/) for working with this sample
1414
* `ThemedApp` - Sample app for .NET MAUI App Theming
1515
- 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
1623

1724
Made available in the `src\NET_9\` directory:
1825
* `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:
2431

2532
* `TestApp` - .NET MAUI Shell sample
2633
* `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
3334
* `MauiBlazorApp` - .NET MAUI Blazor sample
3435
- App Theming
3536
- State sharing between .NET MAUI and Razor Components

0 commit comments

Comments
 (0)