By mswatcher
via msmvps.com
Submitted: Jan 02 2013 / 09:00
With Rx, events are first class citizens that can be passed around and composed as needed in a very simple way. “The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using LINQ operators, and parameterize the concurrency in the asynchronous data streams using Schedulers. Simply put, Rx = Observables + LINQ + Schedulers.” – from the MSDN page.
Add your comment