Rx 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