A collection of Proof of Concept (POC) projects demonstrating the use of .NET MAUI with the MVVM Pattern and MVVM Toolkit.
These POCs are intended for developers exploring .NET MAUI and looking for clean, modular, and testable implementations using modern MVVM practices.
- .NET MAUI
- MVVM Toolkit (CommunityToolkit.MVVM)
- Dependency Injection
- REST API Integration
- CollectionView, Commands, Navigation
A simple login screen demonstrating two-way binding, command handling, and ViewModel validation using ObservableProperty
and RelayCommand
.
- Clone this repository:
git clone https://github.com/yourusername/.NET-MAUI-POCs.git