All Tags »
silverlight »
INotifyProperty... »
unit testing (RSS)
Sorry, but there are no more tags available to filter with.
-
I’ve been busy with a Silverlight project where our models are all implementing INotifyPropertyChanged. I’m not a big fan of INotifyPropertyChanged because of the need to raise the event with the property name as a string. This can lead to numerous spelling mistakes and broken code.
So the easiest solution to this is to unit ...