There are only 5 or 6 lines of code to insert to produce a more easy and performant way to use notification.
[CallerMemberName from Silverlight & WPF 4.0]
http://trelford.com/blog/post/CallMeMaybe.aspx
Also notice that the .NET 4.5 MSDN sample now also uses this method for the implementation of the INotifyPropertyChanged interface:
http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged(v=vs.110).aspx
thanks
Frank
[CallerMemberName from Silverlight & WPF 4.0]
http://trelford.com/blog/post/CallMeMaybe.aspx
Also notice that the .NET 4.5 MSDN sample now also uses this method for the implementation of the INotifyPropertyChanged interface:
http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged(v=vs.110).aspx
thanks
Frank