Click here to Skip to main content
15,884,986 members
Articles / Desktop Programming / WPF

DependencyProperties or INotifyPropertyChanged ?

Rate me:
Please Sign up or sign in to vote.
4.89/5 (17 votes)
1 Mar 2010Ms-PL5 min read 64.2K   24  
When you want to make an object binding-aware you have two choices : implements INotifyPropertyChanged or creates DependencyProperties.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Software Developer http://wpf-france.fr
France (Metropolitan) France (Metropolitan)
Jonathan creates software, mostly with C#,WPF and XAML.

He really likes to works on every Natural User Interfaces(NUI : multitouch, touchless, etc...) issues.



He is awarded Microsoft MVP in the "Client Application Development" section since 2011.


You can check out his WPF/C#/NUI/3D blog http://www.jonathanantoine.com.

He is also the creator of the WPF French community web site : http://wpf-france.fr.

Here is some videos of the projects he has already work on :

Comments and Discussions