Project Description
Decoupled message passing framework.
A simple framework for sending messages between objects. Useful in highly decoupled systems where traditional .NET event patterns are undesirable.
Blog post series: http://www.bradcunningham.net/labels/Courier.html
NOTE: the Sample Project is built using WPF and the Solution format is VS2010. If you don't have VS2010 you can pull down the Courier project and add the source files to a new project in VS2008 and everything should work fine. Currently there is nothing in the project that depends on .NET 4.0