Project DescriptionThis is not an MVVM framework. It is just the base class I use to reduce the friction when writing ViewModels. Making it public to share my ideas.
This ViewModel base class is fully documented in this blog post:
Adventures in MVVM -- My ViewModel BaseThe ViewModelLocator is documented in this blog post:
Adventures in MVVM -- ViewModel Location and CreationGo to the "Source Code" tab and pick up the latest source for now, including examples.