Johan Danforth's Blog


Carpe Diem

Random Links

Walkthroughs and Tutorials

Browse by Tags

All Tags » .NET (RSS)
New Stuff, New Stuff, Go Download Already
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...
Posted: Dec 15 2006, 01:55 PM by jdanforth | with no comments
Filed under: ,
How to Use Msbuild.exe with CruiseControl.NET
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
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...
Posted: Nov 14 2006, 05:45 PM by jdanforth | with no comments
Filed under: ,
Quickstart on CruiseControl.NET
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
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...
Posted: Nov 09 2006, 05:25 PM by jdanforth | with no comments
Filed under: ,
Get Padded Aspect Ratio Thumbnail Image
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...
Posted: Oct 27 2006, 09:15 AM by jdanforth | with 1 comment(s)
Filed under:
More Posts