Using Fody.PropertyChanged for automatic PropertyChangedEvents and model-to-viewmodel communication
When you are working with MVVM, you are faced with a couple of interesting challenges. Usually you have something like this: You see a lot of properties with...