Reactive Extensions (Rx) in windows Phone Mango [closed]
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.
精彩评论