Stylet is a .NET Library for implementing a ViewModel-first MVVM framework with WPF. Stylet is inspired by Caliburn.Micro, and shares many of its concepts.
More information can be found here: Github Link
Stylet supports the following:
- IoC Dependency Injection
- Has it's own MessageBox for use in MVVM
- Links the View and ViewModel
- Removes BoilerPlate code for INotifyPropertyChanged Interface