I have an IObservable<string> that contains (fragments of) XML documents. I\'d like to transform one into the other. So for example, suppose I have the following fragments that are pushed from m
Rx has methods for BufferWithTime, BufferWithCount and BufferWithTimeOrCount, I want to write a BufferWithPredicate method, which would look like so:
I want to know how to cancel\\stop asynchronous method called using reactive extensions using the TakeUntil.
We are starting to refactor our silverlight application using some reactive extensions. I have an Initialize method that does some work. I have a call to a method within the Initialize method that mus
Can some one please help explain why when I \"block and continue\" observer\'s onNext sequence subscribed to a buffer with time observable sequence, that Scheduler.NewThread does not apply anymore?
What is the recommended way to dispose of subscriptions that are created in a loop? In the following contrived example I\'m generating subscriptions in a for loop and adding them to a List and disposi
I want to start a subprocess and watch it\'s redirected out开发者_开发问答put. That not a problem for me in C#, but I try to understand RX, so the game begins ...
I\'m trying to use RxJS in some GUI scenarios. I came across an interesting case. I have a widget where one can view, edit and create entities.
I am working with an observable byte stream, coming off of the network, and I would like to take that up one layer of abstraction.The format has two bytes that contain the length of the next message.I
I am trying learn how to best use the Reactive Extensions library and have set up simple test WPF application to view a logging database table. In a ViewModel class I am 开发者_如何转开发populating an