Simplified INotifyPropertyChanged Implementation with WeakReference Support and Typed Property Access API
I’ve grown a bit tired of implementing INotifyPropertyChanged. I’ve tried ways to improve it before (like this “ViewModel” custom tool which even generates strong-typed event accessors).
[Read More]