TestDriven.NET by Jamie Cansdale
Zero Friction Unit Testing for Visual Studio .NET
-
Code Blog
I've just uploaded a set of unit tests for a sorting algorithm. Anyone is welcome to flesh out the failing stup implementation and make the tests pass. You can compile the code and run the tests online. Once all tests pass you are free to give your submission a title and post to the Code Blog. To see other people's submissions you can subscribe to the feed.
-
Comment Spam
I may have just stumbled accross a solution for comment spam. You can comment, but only when it builds and all tests pass... ;o)
-
the /dev/null of the universe!
A funny little exchange on /.
-
NetFrameworkv1 WMI Provider?
From: Andy Cheung [MSFT] (hangc@online.microsoft.com)
Subject: Re: new namespace for v1.1? -
psexec \\computer -u Administrator cmd
The above command launches an interactive command prompt on \\computer running as Administrator. Mark Russinovich and Bryce Cogswell over at Sysinternals never fail to amaze me. If you haven't already, go grab Pstools now!
-
Command Line Client for GDN Workspaces
Apologies for the rather cryptic announcement yesterday. It was late, it worked and I wanted to go to sleep! ;) As the more curious of you will have found out, I’ve set up a couple of new GDN Workspaces. One for NAntAddIn and another for a Workspaces command line client. You will find a pre-built version of 'wks'. I will try and get a release of NAntAddIn up tomorrow.
-
..
-
NAnt Add-In Taster
I've always been a fan of a picture tells 1000 words, so here's a little taster...
-
MSBuild == XMake
regarding "I guess xmake lost :(". I'm not sure where you have heard of XMake, but just to make you smile I'm happy to report that MSBuild == XMake. XMake was the original codename for MSBuild. So where did you hear about XMake??
-
NAnt Add-In
Over the last few days I have been working on a new add-in. This time the aim is to integrate NAnt in a similar way to how NUnit Add-In works. At the moment you can right click on a solution, project or inside a build target to run NAnt. I have already eaten a fair amount of dog food as it’s something I've written out of necessity. It is now at the point where it is useful. I’m looking for a few dedicated alpha testers who promise to beat me up if it doesn’t work! If you’re zealous enough for the task – drop me an email or comment here.