Reactive Extensions (Rx) in windows Phone Mango

what is meant by Reactive Extensions(Rx). How its helps me to develop applications in windows phone mango?? Is it q framework or helper library? What is the role of this (Rx) in effective application development in WP. Mango. Can any one please suggest me some links to learn the technique,


have a look at this: Rx-Reactive Programming for Windows Phone

and here you can find a lot of video here: Channel 9 Rx

Rx is a framework to help you programm and link async/event based behaviour inside your code using LINQ-expressions. It can really help you with all the events and async-calls you can do in WP7 and silverlight - give it a try.


I wrote a blog post about the use of Reactive Extensions. It might also be of interest.

链接地址: http://www.djcxy.com/p/59256.html

上一篇: Pre Requisites开始为Windows Phone Mango开发

下一篇: Windows Phone Mango中的无功扩展(Rx)