Error!
Success!

INotifyPropertyChanged, The .NET 4.5 Way

0
kicks

INotifyPropertyChanged, The .NET 4.5 Way  (Unpublished)

Included in the .NET 4.5 Beta comes a handy new feature, the CallerMemberName attribute. It is one of three new Caller Information attributes that have been added in this .NET Framework release. With this new functionality we can code such things a logging & tracing routines and INotifyPropertyChanged implementations without having to use string literals, slow reflection code, complex expression tree logic, or code weaving.


Kicked By:
Drop Kicked By: