October 17, 2007

Comparative Downloads on SourceForge.net

Here is a selected group of open source projects from SourceForge.net.  The graphs on the right are pulled live from SourceForge.  If they don’t show up, the statistics server might be down.  Just check back later.  It usually recovers pretty fast.
Why am I posting this?  Well, we love the traction that we have received in [...]

Dream Asynchronicity Results

In previous posts (here and here) I introduced the building blocks for asynchronous programming in MindTouch Dream, our REST web-services framework for .NET and Mono. Now it’s time to dive into the Result and Result<T> classes, which are the cornerstones of our asynchronous programming model.
Example Setup
First, let’s begin by creating a new Result instance:
Result [...]