Browse by Tags

All Tags » Open Source (RSS)

Command Handling the Nancy Way by jdanforth

MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com and the source code is maintained at https://github.com...

More MiniBuss Updates by jdanforth

MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com Thanks to @CodingInsomnia for testing out the MiniBuss...

MiniBuss Updates by jdanforth

I made a small update to MiniBuss , the micro service bus framework. The messages you send, Commands and Events, are no longer dependent on IMessage . The messages sent on the bus can now be any .NET class which can be safely serialized. The MiniBuss...

MiniBuss on Codeplex by jdanforth

The micro service bus framework for msmq called MiniBuss is now open source on Codeplex at http://minibuss.codeplex.com There is also now a NuGet package available for easy install into projects: If you’re interested in co-op on this project, please contact...

A One File .NET Micro Service Bus for MSMQ? by jdanforth

This last year our company has invested quite some time in looking at CQRS, which led to looking at great looking service-buses like nServiceBus , Rhino Service Bus and Mass Transit , which led me to do some bus-coding on my own, mostly for fun and for...

Pomodoro Timer for the Windows 7 TaskBar by jdanforth

EDIT: The code is now open source on codeplex, on http://pomodorotaskbar.codeplex.com There's a new version available for download there too. If you’re into the Pomodoro technique and looking for a pretty simple out-of-the-way timer which sits in the...

Some Good Feedback for Writespace by jdanforth

It’s been a while since I actually looked at the Codeplex statistics for Writespace , but it seems that people keep downloading it and that’s always fun! So far Writespace has been downloaded over 4.000 times which is peanuts compared to other open source...
Filed under: ,
More Posts