Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```