Reactive Extensions (Rx) + MVVM =?
I’ve written a framework that represents my explorations in this question called ReactiveUI It implements both an Observable ICommand, as well as ViewModel objects who signal changes via an IObservable, as well as the ability to “assign” an IObservable to a property, who will then fire INotifyPropertyChange whenever its IObservable changes. It also encapsulates a … Read more