INotifyPropertyChanged vs. DependencyProperty in ViewModel When implementing the ViewModel in a Model-View-ViewModel architecture WPF application there seem to be two major choices how to make it databindable. I have seen implementations that use DependencyProperty... May 10, 2022 0 Comments