What's different about the 3 versions of Rx? Part 1: Silverlight 3
Today we released Reactive Extensions for .NET 3.5 SP1, Silverlight 3 and .NET 4 Beta 2. In this 3 part video, I'll go over the small differences in each of the three releases. This first video will...
View ArticleReactive Extensions API in depth: intro
Now that Reactive Extensions for .NET and silverlight have been released, the Rx team thought it would be useful to have short videos about each API in Rx. This video kicks off the series with a brief...
View ArticleWhat's different about the 3 versions of Rx? Part 2: .NET 4
Yesterday we released Reactive Extensions for .NET 3.5 SP1, Silverlight 3 and .NET 4 Beta 2. In this 3 part video, I'll go over the small differences in each of the three releases. Yesterday I talked...
View ArticleReactive Extensions API in depth: marble diagrams, select & where
Wes Dyer, Erik Meijer and Jeffrey van Gogh explain a graphical method called "Marble Diagrams" that helps to reason about Rx API. We use these "Marble Diagrams" to describe how the Rx Select and Where...
View ArticleWhat's different about the 3 versions of Rx? Part 3: .NET 3.5 SP1
Two days ago we released Reactive Extensions for .NET 3.5 SP1, Silverlight 3 and .NET 4 Beta 2. In this 3 part video, I'll go over the small differences in each of the three releases. Two days ago I...
View ArticleReactive Extensions API in depth: SelectMany
Now that we have explained "Marble Diagrams", we use this representation to describe what Rx's SelectMany behavior is.
View ArticleReactive Extensions API in depth: Until and WaitUntil
Now that we have explained "Marble Diagrams", we use this representation to describe what Rx's Until and WaitUntil behavior is. You can watch all of the Rx tutorials here.
View ArticleReactive Extensions API in depth: Subscribing
Wes dives deeper into the semantics of subscription.
View ArticleReactive Extensions API in depth: Primitives
Jeff describes the primitives of IObservable.
View ArticleReactive Extensions API in depth: Contract
Wes talks about the part of Rx's IObservable contract that is not expressed in the type. What order of messages is allowed, when are methods allowed to throw, on what thread callbacks happen, etc...
View ArticleReactive Extensions API in depth: Merge
In this episode of the Rx API in depth, Wes talks about the Merge operator in Rx. Visit the Reactive Extensions DevLabs page to download and learn more about Rx.
View ArticleReactive Extensions API in depth: Zip
In this episode of the Rx API in depth, Jeff talks about the Zip operator in Rx. Visit the Reactive Extensions DevLabs page to download and learn more about Rx.
View ArticleReactive Extensions API in depth: even more Zip
In the previous episode this episode of the Rx API in depth, Jeff talked about the Zip operator in Rx. In this episode, Jeff dives even deeper in the semantics of Zip, and shows what happens in...
View ArticleReactive Extensions API in depth: CombineLatest
In this episode of the Rx API in depth, Wes talks about the CombineLatest operator and it's relation to the Zip operator Visit the Reactive Extensions DevLabs page to download and learn more about Rx.
View ArticleRx API in depth: Concat, Catch and OnErrorResumeNext
In this episode of the Rx API in depth, Jeff talks about three very simular binary operators: Concat, Catch and OnErrorResumeNext Visit the Reactive Extensions DevLabs page to download and learn more...
View ArticleRx API in depth: Hot and Cold observables
In this episode of the Rx API in depth, Wes talks talks about hot and cold Observables. Visit the Reactive Extensions DevLabs page to download and learn more about Rx.
View ArticleReactive Extensions API in depth: Repeat
In this episode of the Rx API in depth, Jeff talks talks about the Repeat operator. Visit the Reactive Extensions DevLabs page to download and learn more about Rx.
View ArticleReactive Extensions API in depth: Retry
In this episode of the Rx API in depth, Wes talks talks about the Retry operator. Visit the Reactive Extensions DevLabs page to download and learn more about Rx.
View ArticleWes Dyer: Controlling Concurrency in Rx
The Rx team has received a lot of questions about Rx and concurrency, thread-affinity, timers and performance. In this video, Wes explains the major changes in the latest release of Rx. These changes...
View ArticleJafar Husain: Silverlight Toolkit and Rx, Part 1
Jafar explains how the Silverlight Toolkit uses Reactive Extensions. Jafar was one of the early adopters of Rx, in fact the Silverlight Toolkit was the first product to redistribute Rx. In part 1,...
View ArticleJafar Husain: Silverlight Toolkit and Rx, Part 2
Jafar explains how the Silverlight Toolkit uses Reactive Extensions. Jafar was one of the early adopters of Rx, in fact the Silverlight Toolkit was the first product to redistribute Rx. Yesterday in...
View ArticleYour Rx.NET Prescription Has Been Refilled
Today, we released a new version of Reactive Extensions for .NET. This new version is a good reason to end the long video silence on C9. Here, Wes, Bart, and Jeff discuss the various changes in this...
View ArticleSamuel McAravey: Using Rx in the Real World
Most C9ers will probably have watched a video or two of Erik and/or his team members talking about Rx. In these videos, we can see some great samples of how to use Rx. But how does Rx play out when...
View ArticleNew drop of Rx (.NET & JS) available
The Rx Team just released a new build of Rx, which contains the following changes: Build 1.0.2441.0 04/14/2010 Rx.NET: Added BufferWithTimeOrCount. Changed ForkJoin to take the last value from each...
View ArticleNew release of Rx for .NET & JS (v1.0.2617.0) available!
Build 1.0.2617.0 07/15/2010 Rx.NET Fixed GC issue with ThreadPool Timer. Made lock in CompositeDisposable smaller. Fixed deadlock in ForkJoin when using Immediate scheduler. Changed order of arguments...
View Article