Archive for October, 2009

Notifications the WPF way (I guess), Part II (2009-10-27)

Back again to my take on the Notification pattern with WPF. Last time I talked briefly about my motivation for this little series. This time we dive more into the nuts and bolts of my example implementation.
How the ViewModel notifies the UI
I defined an interface called INotificationSource for this. This interface defines only I member [...]

Notifications the WPF way (I guess), Part I (2009-10-20)

Update 2.11.2009: I removed the DependencyObject and DependencyProperty references from the ViewModel. The solution works fine without them.
This is the start of a small mini series about how I would currently approach the ‘Notification Pattern’ in a WPF application, using the default WPF practices and patterns. Think about it as a step by step guide [...]