Code rant

Life as a mort.

Wednesday, October 10, 2012

A Functional IoC Container

›
Today I was idly thinking about an idea I had a couple of years ago for a functional IoC container . I’d had a go at implementing such a bea...
2 comments:
Wednesday, October 03, 2012

EasyNetQ Cluster Support

›
EasyNetQ , my super simple .NET API for RabbitMQ , now (from version 0.7.2.34) supports RabbitMQ clusters without any need to deploy a load ...
Friday, September 28, 2012

Parsing a Connection String With Sprache

›
Sprache is a very cool lightweight parser library for C#. Today I was experimenting with parsing EasyNetQ connection strings, so I thought...
5 comments:
Tuesday, September 25, 2012

Replacing EasyNetQ Components

›
EasyNetQ , my simple .NET API for RabbitMQ , is a library composed of small components. Until today, the code simply wired the components in...
2 comments:
Friday, September 14, 2012

Return a Task From BeginExecuteNonQuery

›
Blog as notepad time. Just a little reminder for myself on how to return the result from BeginExecuteNonQuery as a Task<int> publ...
5 comments:
Thursday, September 13, 2012

Wiring up TopShelf, Windsor and EasyNetQ

›
EasyNetQ is my simple to use .NET API for the awesome RabbitMQ messaging broker. Architecting system around a message bus involves writin...
5 comments:
Tuesday, August 28, 2012

Using Git and GitHub in a Microsoft Development Team

›
The team at 15Below , my excellent clients, have been using Git and GitHub since last September. Although I’ve been using GitHub for open s...
9 comments:
Friday, August 24, 2012

REST – Epic Semantic Fail

›
Roy Fielding writes a PhD dissertation describing the architectural style of the World Wide Web . He coins the term ‘Representational State ...
22 comments:
Tuesday, August 07, 2012

Sprache – A Monadic Parser For C#

›
Recently I had a requirement to parse AMQP error messages. A typical message looks something like this: The AMQP operation was interrup...
2 comments:
Thursday, July 26, 2012

Reading UTF-8 Characters From An Infinite Byte Stream

›
I’ve been playing with the twitter streaming API today . In very simple terms, you make an HTTP request and then sit on the response stream ...
‹
›
Home
View web version
Powered by Blogger.