WPF + INotifyPropertyChanged Proxy = Epic Fail!
It seemed a straightforward thing to do.
Sending property changed events when a property is changed is repetitive boilerplate code that can be factored out into an aspect of your system's behaviour. This can be done with a proxy generator library like the Castle's DynamicProxy2 (See my first attempts playing with such a framework here).
read more
Lesen Sie den vollständigen Eintrag unter http://realfiction.net/?q=node/156