Error!
Success!

C# 5 PropertyChanged - No more magic strings!

0
kicks

C# 5 PropertyChanged - No more magic strings!  (Unpublished)

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.


Kicked By:
Drop Kicked By: