C# 5 PropertyChanged - No more magic strings!(www.robfe.com)
submitted by
dpeterson(4397) 8 months, 3 days ago
Changes in C# 5 mean no more NotifyPropertyChanged("SomeVariable"), which is a common source of bugs. It also means we no longer have to suffer the performance degradation associated with using workarounds such as lambda's just for the sake of compile-time checking. From here on out, the compiler does the work for us.
|category: C#
|Views: 588
tags:
C# another
Everyones tags:
Your Tags: