Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XamlBrewer/UWP-MVVM-Toolkit-Sample
Demonstrates using the Windows Community MVVM Toolkit in a UWP app.
https://github.com/XamlBrewer/UWP-MVVM-Toolkit-Sample
mvvm uwp windows-community-toolkit winui
Last synced: 2 months ago
JSON representation
Demonstrates using the Windows Community MVVM Toolkit in a UWP app.
- Host: GitHub
- URL: https://github.com/XamlBrewer/UWP-MVVM-Toolkit-Sample
- Owner: XamlBrewer
- Created: 2020-06-29T13:49:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T14:22:16.000Z (over 2 years ago)
- Last Synced: 2024-10-13T20:22:33.650Z (2 months ago)
- Topics: mvvm, uwp, windows-community-toolkit, winui
- Language: C#
- Homepage: https://xamlbrewer.wordpress.com/2020/11/16/a-lap-around-the-microsoft-mvvm-toolkit/
- Size: 5.97 MB
- Stars: 35
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UWP MVVM Toolkit Sample
(Currently references the [prerelease](https://www.nuget.org/packages/Microsoft.Toolkit.Mvvm) of the NuGet package)
Demonstrates using the Windows Community MVVM Toolkit in a UWP app.
* Observable
* RelayCommand and AsyncRelayCommand
* ObservableValidator
* Messenger and ObservableRecipient
* Messenger with Token
* Ioc integrationScreenshots (background image [Designed by starline / Freepik](http://www.freepik.com)):
![Screenshot](Assets/BuildingblocksPage.png?raw=true)
![Screenshot](Assets/MessengerPage.png?raw=true)
![Screenshot](Assets/MessengerWithTokenPage.png?raw=true)
![Screenshot](Assets/InversionOfControlPage.png?raw=true)