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...