7
Shouts

DependencyProperties or INotifyPropertyChanged ?

posted by jmix90jmix90 812 days, 16 hours, 52 minutes ago
Monday, March 01, 2010 11:42:05 AM GMT

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 !

category: Foundation | clicked: 3 | | source: blog.lexique-du-net.com | show counter code
tags: Dependency Property, Dependency-Properties, WPF, INotifyPropertyChanged, Performance Test