What is the best way to specify a property name when using INotifyPropertyChanged?
Most examples hardcode the property name as an argument on the PropertyChanged E
Another VERY NICE method I can think of is
Auto-implement INotifyPropertyChanged with Aspects AOP: Aspect oriented programming
Nice article on codeproject: AOP Implementation of INotifyPropertyChanged