Rx

FacebookTwitter

Windows Phone 7, Reactive Extensions, OData, MVVM - Learn. Teach. Share.

http://blogs.msdn.com/b/johnalioto/archive/2010/09/22/10066508.aspx Download source: RxTests.zip No, this is not an attempt to get spidered by putting every hot technology in the title! It’s actually self-induced attempt to give myself a brain hemorrhage by stuffing as many new to me technologies in one sample application as possible and trying to building it out …
I have an idea that it may be possible to predict build success/failure based on commit data. Why Scala? It’s a JVM language, has lots of powerful type features, and it has a linear algebra library which I’ll need later. http://weblogs.asp.net/sweinstein/default.aspx

Scott Weinstein on .Net

Post feedback, questions and suggestions about Reactive Extensions (Rx), a .NET and JavaScript library for event processing and asynchronous programming based on observable sequences and LINQ-style query operators. Link Download Reactive Extensions v2.0 Thursday, August 16, 2012 5:16 AM We're thrilled to announce the availability of Reactive Extensions v2.0 for the following platforms: .NET Framework 4 .NET Framework 4.5 .NET Framework 4.5 for Windows Store apps Silverlight 5 Windows Phone 7.5 You can download the SDK installer from the Download Center or use NuGet to install the packages . More information about the release can be found in this blog post . Link Rx tutorials at YOW! Monday, November 19, 2012 4:06 PM Has your interest in Rx piqued because of the recent open sourcing (http://rx.codeplex.com/)? Do you want to want a first-person account of the history and design philosophy of Rx?

Reactive Extensions for .NET (Rx) Forum

http://social.msdn.microsoft.com/Forums/en/rx/threads

(not yet) 101 Rx Samples - Reactive Framework (Rx) Wiki

http://rxwiki.wikidot.com/101samples You! Yes, you, the one who is still scratching their head trying to figure out this Rx thing. As you learn and explore, please feel free add your own samples here, or tweak existing ones! Anyone can (and should!)

Fun with Rx

http://www.codeproject.com/Articles/108327/Fun-with-Rx Introduction This article is an exploratory look into the Microsoft DevLabs project called Reactive Framework (Rx for short). I feel kind of weird saying this, but the demo solution that comes with this article will provide you nothing re-usable at all, but what it should hopefully do is give you an understanding of how Rx works.
This article is compatible with the latest version of Silverlight. This is part 1 of the series “Reactive Extensions in Silverlight”. 1. Introduction One of the coolest features which is part of .NET Framework and also available for Silverlight applications is the RX Framework. The arising interest around the RX Framework made me roll up my sleeves and start playing around this. http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight.aspx

Using Reactive Extensions in Silverlight

http://www.codeproject.com/Articles/132966/Exploring-Reactive-Extensions-Rx-through-Twitter-a NOTE : You can view the Silverlight examples in action on my blog . Contents Introduction Whether reacting to user-input or handling responses from web services, Silverlight applications are typically asynchronous in nature. The framework provides UI controls that fire events in response to user interactions. There are also classes like the DispatcherTimer and WebControl that perform some background work, firing events which are helpfully marshalled back onto the UI thread.

Exploring Reactive Extensions (Rx) through Twitter and Bing Maps Mashups