Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avikeid2007/basicmvvm
Basic Implementation of the MVVM pattern for WPF, UWP, Xamarin & Uno Platform.
https://github.com/avikeid2007/basicmvvm
async-command basic-mvvm bindings csharp hacktoberfest hacktoberfest2020 inotifypropertychanged mvvm mvvm-android mvvm-architecture mvvm-framework mvvm-pattern uno-platform uwp wpf xamarin-forms
Last synced: 21 days ago
JSON representation
Basic Implementation of the MVVM pattern for WPF, UWP, Xamarin & Uno Platform.
- Host: GitHub
- URL: https://github.com/avikeid2007/basicmvvm
- Owner: avikeid2007
- License: gpl-3.0
- Created: 2020-01-08T13:46:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T16:32:03.000Z (over 4 years ago)
- Last Synced: 2025-01-03T10:03:30.300Z (about 1 month ago)
- Topics: async-command, basic-mvvm, bindings, csharp, hacktoberfest, hacktoberfest2020, inotifypropertychanged, mvvm, mvvm-android, mvvm-architecture, mvvm-framework, mvvm-pattern, uno-platform, uwp, wpf, xamarin-forms
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicMvvm
Basic Implementation of the MVVM pattern for WPF, UWP & Uno Platform.
Artifact included:-
- BindableBase
- DelegateCommand
- AsyncCommand### nuget
The package is available on [nuget](https://www.nuget.org/packages/BasicMvvm)
```
PM> Install-Package BasicMvvm
```