Simple implementation of ICommand Interface and INotifyPropertyChanged
Inspired by AngelSix (Luke) youtube channel and Brian Lagunas (Prism)
https://github.com/Touseefelahi/Stira.WpfCore
NCommons is a set of several .NET libraries which provide common building blocks that can be used by any kind of library or application.
This library provides members for quickly setting up classes which require property change notifications.
Commonly Used Types:
ObservableObject
You can find...
More information
A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable MVVM components that run on any mobile or desktop platform. This is the base package with the base platform implementations
The Mvvm Extensions package provides basic implementation of ICommand interface, base class implementation for ViewModels and a range of other classes that may be useful for desktop WPF application.