Easy MVVM Example With INotifyPropertyChanged And INotifyDataErrorInfo

This is a very small MVVM tutorial. I used the MVVM Light (Galasoft) framework. I like this framework because, it brings a lot of very useful features. The idea behind MVVM is to seperate the UI from the code. The most things I like are that your application is testable, “blendable” and you don’t have … Continue reading Easy MVVM Example With INotifyPropertyChanged And INotifyDataErrorInfo