Rx - Aggregate vs. Scan this post will focus on 2 Rx operators Aggregate and Scan . both Aggregate and Scan are dealing with event stream accumulation , the only difference is that Aggregate produce single result (upon the stream completion) and Scan present an ongoing runtime accumulation which react for each OnNext . both operators has 2 overloads with the same signature: Code Snippet IObservable <TSource> Aggregate<TSource>( this IObservable <TSource> source, Func <TSource...
the 2011 SDP conference has just come to end. and we want to thanks all attendants. we have spoken about TPL and what’s new in TPL 4.5 , Aysnc and await , Rx (Reactive Extension) and TPL Dataflow . the material for the our sessions is available here . the link contain the material for both the first and second day (code samples). links: RxContrib project , Rxx Project , TPL Dataflow
SDP Agenda - TPL and Beyond the SDP conference is taking place next week and we have close the final agenda. the first day ( Introduction to TPL ) will include: TPL introduction What's new in TPL 4.5 the second day ( Parallel Programming: One Step Beyond ) will include: Async (new syntax for .NET 4.5) Rx - Reactive Extension TPL Dataflow
Rx - User Group session this is just a reminder, tomorrow (Wednesday 2011-11-22) I'm giving Rx (Reactive Extension) session at Microsoft Israel user group. if you want to hear about Rx you can register at here . on the other hand if you want a full day tutorial on TPL 4.5 you can resister to Sela Developer Practice (this one is not for free). Yaniv Rodenski and I will give 2 days tutorials about TPL and Async programing in .NET 4.5. the first day is a walk through TPL 4 and the new async...