Click here to Skip to main content
15,889,281 members
Articles / Desktop Programming / WPF

AutoPropertyChanged - Type-safe INotifyPropertyChanged Implementation

Rate me:
Please Sign up or sign in to vote.
3.54/5 (11 votes)
24 May 2010CPOL6 min read 35K   227   14  
Typesafe INotifyPropertyChanged implementation without run-time Reflection and without lambda expressions.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
I am working with computers for quite a long time now, starting with BASIC on an old "Acorn Electron".

Then i continued with C and moved quickly on to C++ with some Java in the mean time.

Now, my personal favorite is C# and i love especially WPF and its versatileness, as well as the TPL. I'm still on a quite steep learning curve, but thanks to this community (among others of course Smile | :) ) i'm doing okay.

Comments and Discussions