Start with MVVM Light Toolkit
MVVM Light toolkit is a lightweight toolkit for MVVM. Â This toolkit provides very basic classes for developing your application in MVVM architecture. You can download the latest MVVM Light Toolkit from here. MVVM Light Toolkit comes with 2Â main DLLs. GalaSoft.MvvmLight.dll GalaSoft.MvvmLight.Extras.dll Main classes in GalaSoft.MvvmLight.dll are: ObservableObject – Base class …