Simple implementation of ICommand Interface and INotifyPropertyChanged
Inspired by AngelSix (Luke) youtube channel and Brian Lagunas (Prism)
https://github.com/Touseefelahi/Stira.WpfCore
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
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