Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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...
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.
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...
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...
More Posts