I am trying to design a service layer abstraction with Rx. I have wrapped up all webservice calls using FromAsyncPattern. I will have multiple ViewModels subscribing to these observables, some can hav
I\'m trying to implement a delayed MouseEnter event handler in my Silverlight UI. Having done this the \'classic\' way, with DispatcherTimer etc., I\'m now trying to do the same using Reactive extensi
I have generated/tested two Observables to be combined for executing a single query. A user can have multiple ro开发者_如何学Goles. Whenever their role id changes the data needs to be updated. But th
I\'m trying to solve the following: a) subscriber receives events from IObservable for some time. Then it unsubscribes, do some stuff and then subscri开发者_开发技巧be again. Here it should start rece
Using Rx, I want to observe a legacy object that exposes both the method GetItems and the event NewItem.
I am working with the Reactive Extensions, to easy download webpages with the WebClient on Windows Phone.
Using Rx, I desire pause and resume functionality in the following code: How to implement Pause() and Resume() ?
I\'m using reactive extensions to collate data into buffers of 100ms: this.subscription = this.dataService
Exploring the latest release of Reactive Extensions, I discover that the different types and extension methods have been split across namespaces and assemblies.
in Rx, the following code does not seem to call my OnCompleted action? No \"Sequence Completed\" static void Main(string[] args)