1. EachPod

29: Reactive Extensions

Author
The Web Platform Podcast
Published
Wed 28 Jan 2015
Episode Link
https://thewebplatform.libsyn.com/29-understanding-reactive-extensions

The Reactive Extensions (Rx) is a library for building async and event-based programs using observable sequences & query operators. Developers can use Rx to represent asynchronous data streams with Observables and query those data streams using LINQ operators. Rx can  utilize Schedulers to parameterize concurrency asynchronous data streams.


 


Simply put, Rx = Observables + LINQ + Schedulers.


 


Rx comes in many flavors and there are a lot of resources out there. Microsoft has open sourced this interesting and powerful way to work with async data streams so that we can all contribute and benefit from its strengths & weaknesses.Matthew Podwysocki (@mattpodwysocki), Microsoft ‘Open Sourcerer’, demystifies the Rx realm and opens our minds to new ideas.


Resources

Panelists


Share to: