|
|
Browse by Tags
All Tags » silverlight » unit testing (RSS)
-
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 ...
|
|
|