<disclaimer>I'm posting this on behalf of Dublin Alt.Net and have made no edits of my own. Well, other than this disclaimer... </disclaimer> Bart de Smet was in Dublin to talk about the Rx Framework in an event organised by Microsoft and Dublin Alt.Net. In this video Bart shares some…
Reactive Extensions (Rx) is a library to compose asynchronous and event-based programs using observable collections and LINQ-style query operators. You've learned a great deal about Rx right here on Channel 9 over the years, watching it evolve from theory to incubation to dev lab…
Rx team members and programming super heroes Wes Dyer and Bart De Smet explain the latest powerful additions to Rx: Join and GroupJoin. Wes describes the approach they took to design and implement this reliable approach to programming streams of coincindence with…
As you must know by now, Erk Meijer and team spend time thinking about and discovering the Essence in things. One year ago today, Bart De Smet blogged about the notion of a core set of LINQ operators, MinLINQ, the essence of LINQ. "Hey Bart, what is MinLINQ, exactly?" "MinLINQ…
At PDC10, you were introduced to Async (new async and await language keywords), a new language feature in C# and VB.NET. At the same time, the Rx team shipped the latest version of their software, which adds the following capabilities to the library: Support for the new C# await keyword…
Speaker: Bart de Smet Aufzeichnung vom DEVcamp 2010 in Wien, am 12. Oktober 2010 Organisiert von den Partnern TechTalk, Cubido und CSS.Microsoft Österreich unterstützte das Event als Hauptsponsor und hat auch selbst einige Sessions abgehalten. At Microsofts…
The latest release of Rx includes new tools for testing reactive programs as well as virtual scheduling. In this video, Jeffrey
and Wes discuss virtual time and virtual schedulers and how they can be used to write tests and query historical data.
What is virtual time, exactly?…
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 for Generate* operators to match C# for pattern based on feedback from C#…
You first learned about Rx on C9. We've led you through the basic concepts of reactive programming to the deep mathematical foundation behind Rx (interface duality). By now,
you should understand that IObservable is the dual of IEnumerable. Today, you will learn some new…
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 source. Peformed FxCop naming cleanup work. Removed FutureDisposable in favor of…