Reactive Extensions Demo
August 4, 2011 at 10:35 AM
—
Alec Bryte
Channel9 has an excellent video on using Reactive Extensions and Observable/Observer patterns when designing asynchronous code. Think of all the code you had to write to throttle UI updades in a WPF grid or make continuous calls to web service when user types into an auto-complete textbox.
All of those scenarios are now easily achieved with Reactive Extensions.
http://channel9.msdn.com/Blogs/codefest/DC2010T0100-Keynote-Rx-curing-your-asynchronous-programming-blues
9dab5829-a3e6-4ee2-bce4-3e225df0f65e|0|.0
Posted in:
Tags: