-
Notifications
You must be signed in to change notification settings - Fork 76
MVVM Overview
Rico Suter edited this page Jun 3, 2015
·
3 revisions
The MyToolkit library contains all necessary classes for implementing MVVM in your UI layer.
The following components are mostly needed for MVVM:
- INotifyPropertyChanged implementations:
- ICommand implementations
- A way for the view models to communicate with the views:
The article "Recommendations and best practices for implementing MVVM and XAML/.NET applications" explains how to use the MVVM classes.