Do folks have any guidance on when a simple .NET property that fires INotifyPropertyChanged.PropertyChanged is sufficient in a view model? Then when do you wan
INotifyPropertyChanged.PropertyChanged
As far as I know, DependencyProperty is only required when you need
DependencyProperty
etc.
These features will not be available with normal properties.