Browse by Tags

All Tags » .NET (RSS)

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...

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...

New Stuff, New Stuff, Go Download Already by jdanforth

First of all you got the VS 2005 Service Pack 1 for Team Suite, and it's said to contain some 2200 fixes?!?! It's available for download here . Note that it's a 430 MB download and it's also said to take some time to install. Second good...
Filed under: ,

How to Use Msbuild.exe with CruiseControl.NET by jdanforth

I just updated my primer/tutorial/walkthrough on CruiseControl.NET with some information about how to use msbuild.exe instead of devenv.exe in your minimal cc.net configuration. One good reason to go with msbuild is that you don't need to install...

[Podcasts] .NET Podcasts by jdanforth

I've soon listened to all shows that have been recorded by Scott Hanselman and Carl Franklin on Hanselminutes ( http://www.hanselminutes.com/ ), and I've started to dig around for some more podcasts, preferably similar to the Hanselminutes stuff...
Filed under: ,

Quickstart on CruiseControl.NET by jdanforth

I just wrote a page about how to set up CruiseControl.NET to compile and test a VS.NET web app solution in a few minutes . It's over at my Walkthroughs and Tutorials section.

[Podcasts] Hanselminutes is Cool by jdanforth

I've started to listen to podcasts on my mobile phone while commuting to where I work at the moment, and it's pretty cool. I've listened to quite a few shows by Scott Hanselman and Carl Franklin available at http://www.hanselminutes.com and...
Filed under: ,

Get Padded Aspect Ratio Thumbnail Image by jdanforth

I needed a GetThumbnail method which kept the aspect ratio of the original and also scaled the image with decent quality. There are several ways you can do this, I got a few examples here. First, there is the Image.GetThumbnailImage() method which is...
Filed under:
More Posts