Introduction to the Reactive Framework Part III

Let’s start out by looking at the way we’d usually do event-based programming in .NET.

Matthew Podwysocki walks through more of the IObservable features with events. It's a good overview but the lack of some detail with the IObservable LINQ and/or extension methods make it a bit too high level to understand. I guess I just need to play with the code myself.