Hi!,
This email was created by [your name] who thought you would be interested in the following Article:
"DependencyProperties or INotifyPropertyChanged ?"
When you want to make an object binding-aware you have two choices : implements INotifyPropertyChanged or creates DependencyProperties. Which one is the best ? Let's try to answer this question !How to implement INotifyPropertyChangedDeclaring that your class is implementing INotifyPropertyChang
CodeProject also contains hundreds of articles, free source code samples and applications to help in your day to day programming. Why not give it a try!