Welcome to Vista Squad Sign in | Join | Help

Browse by Tags

All Tags » unit testing   (RSS)
Unit Testing and INotifyPropertyChanged
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 Read More...