![]() |
![]() |
|
April 06, 2004Test-Driven Development in Microsoft .NetBeen looking a lot into test driven development lately, especially the idea of integrating NUnit into our development process. There seems to be a great book on it entitled Test-Driven Development in Microsoft .Net which I will have to get once I finish reading Gary's book on Exploiting software: How to break code. Before I get to trying some stuff with NUnit I really need to get our build system redone. Recently I saw an interesting post from Scott Hanselman about his integration of Nant, NUnit and CruiseControl. This is something I have been wrestling with for some time. I have yet to find a good build system for my stuff. Right now I have a pretty frail set of perl scripts that does the following:
Right now I am trying to see if there is any way I could hack together a solution to somehow do DDK builds executed from Nant. Not even sure thats possible, but its worth investigating. Anyone else out there dealing with this challenge? How the heck can you get DDK code and .NET code to build in the same environment. The next couple of days I think I might at the very least see if I can merge all the .NET stuff into a single Nant build script. I will need to figure some way of dropping DotNetfuscator and finding a cmdline obfuscator which doesn't require visual studio to be running. Will let you know how it goes. Posted by SilverStr at April 6, 2004 08:58 AM | TrackBackComments
I haven't tried using nant to build DDK stuff before, but you can certanly do the following (in increasing order of complexity and power): * Use the task to execute shell commands. I know there are also tasks for using v.6 tools from nant to do builds, but the product I work on now is all .NET, so we have never used those. But we have builds files that , , and have a few custom tasks. Posted by: Chris Bilson at April 6, 2004 01:04 PMThanks for the insight Chris. Much appreciated. Posted by: SilverStr at April 8, 2004 07:38 AM |
![]() ![]()
My 5 Favorite Books
Writing Secure Code
Secure Programming Cookbook Security Engineering Secure Coding Principles & Practice Inside the Security Mind ![]()
My 5 Favorite Papers
Smashing the Stack
Penetration Studies Covert Channel Analysis of Trusted Systems DoD Trusted Computer System Evaluation Criteria NSA Security Recommendation Guides ![]()
Archives
December 2005
November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 February 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 October 2003 September 2003 August 2003 July 2003 June 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 October 2002 September 2002 August 2002 July 2002 ![]() |
|