Monthly Archives: October 2010

Creating a strongly typed reactive wrapper to INotifyPropertyChanged

Practical Ugliness INotifyPropertyChanged is a great, built-in, way for property change notification to work in the WPF/Silverlight world. Attempting to use it from staticly typed code, however, gets messy: Things get even worse when we try to make this reactive: … Continue reading

Posted in .NET, Rx | 3 Comments