11
shouts

Quantum Bit Designs » Blog Archive » MVVM – Lambda vs INotifyPropertyChanged vs DependencyObject

published 50 days, 22 hours, 33 minutes ago posted by KKerrKKerr 52 days, 6 hours, 22 minutes ago
Wednesday, January 27, 2010 1:33:06 PM GMT Tuesday, January 26, 2010 5:44:44 AM GMT

There have been plenty of complaints about INotifyPropertyChanged and how developers do not like using strings, etc. Last year several bloggers presented type-safe alternatives that used either reflection or lambda expressions. Many are quick to point out the poor performance (same for reflection). Unfortunately ‘poor performance’ says little about usefulness of an implementation. The performance needs to be quantified and compared against all implementations so that ‘poor’ can be put in perspective. Speed is not the only issue, as memory should be compared as well....

category: Architecture | clicked: 43 | | source: blog.quantumbitdesigns.com | show counter code
tags: lambda, MVVM, WPF

4 comments posted.

To post your comment please login or signup