Showing related tags and posts accross the entire site.
-
Each time I set this up I always have to google to remember how to do it. The last time I set it up I came across James Kovacs' post on the subject which works great. The only thing I usually end up adding is the --listen-port=x since many clients do not allow me to open up a new hole in the firewall...
-
From Patrick : VPC images are saving my life as a trainer. Managing your VPC images however can be a daunting task if you don't know all of its capabilities. Andrew has an extremely well-documented process & strategy for using Virtual PC and how to optimize and manage disks to (1) maximize my disk...
-
via Sam Gentile : We use CC.NET on our project so we are going to need to upgrade. You should too if you are using it. Read the Release Notes here and download from here Cool! I'll have to see if they fixed their stylesheet bugs, but if not you can get my custom stylesheets here .
-
As I mentioned in my last post , we have relied heavily on CCNet on our project along with other open source tools. A couple other tools we use are NCover and FxCop . Both of these tools run as part of our NAnt build script along with NUnit. We display the results of these in our CCNet build report using...
-
From Clemmens talking about technology overload: Enter VS2005 and the summary of trying to achieve the same knowledge density is: “Frustrating”. I feel his frustration. I remember going to PDC 2003 and realizing that it was getting very hard to keep up on all the new stuff coming out of Microsoft...
-
Thanks to Brian Button , I am starting to get test driven development (TDD). TDD is a simple concept which is probably why it took so long for me to get it. I thought I understood it after reading through TTD in .Net . However, I think I only understood the concept of TDD, not how to actually implement...