Posts from March 2012

2 posts

Pretty IPropertyNotifyChanged Declarations for Windows Phone

The Problem I’ve been doing a bit of WPF/ Windows Phone development. Usually INotifyPropertyChanged declarations for properties are really ugly. The big problem is that the INotifyPropertyChanged interface relies on strings, which don’t refactor well. I’m also using the fantastic MVVM Light Toolkit, which makes life a lot easier when doing Windows Phone development. MVVM…

Continue reading Pretty IPropertyNotifyChanged Declarations for Windows Phone