DCSIMG
October 2011 - Posts - Bnaya Eshet

Bnaya Eshet

Disclaimer

October 2011 - Posts

Rx at .NET User Group

Rx at .NET User Group

if you happens to be in Israel at November 23, and like to
hear lecture about Rx, you are more than welcome to register to my Rx lecture at the Israel .NET User Group.

http://isrmsdn-net-nov2011.eventbrite.com/

push _smallThe 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.