Archives
-
Samples and Slides from Alt.Net Meet up on the Reactive Extensions
The code samples and PowerPoint deck from my presentation on the RX to the New York ALT.NET group are available (and updated) on MSDN Code samples:
-
Converting a polling based API into a streaming API with the Reactive Extensions
Recently my building has been having issues with its boilers, and the heat has been going out for longer than is comfortable. The superintendent that makes a habit of periodically checking on the status of each of the boilers. A workable approach certainly, but figured this would be ideal for a technology assist.
-
The Anonymous Implementation pattern (as seen in the Reactive Extensions)
There’s a pattern used in the Reactive Extensions that I’m calling the Anonymous Implementation.
-
16 Ways To Create IObservables without implementing IObservable
The Reactive Extensions for .Net offers plenty of ways to create IObservables
-
Streaming OLAP with the Reactive Extensions (RX) for .Net
Streaming OLAP is something that comes up over and over again in the “CEP space” – using the Reactive Extensions for .Net this demo shows the basics; filtering, grouping, aggregates, and concurrent queries.