Build Management in .Net

I recently had to do some research on build management techniques for .Net. Atleast till MSBuild comes out with VS.Net 2005, the existing tools available from MS are not upto the mark. Here are some intresting links and tools i came across

http://www.theserverside.net/articles/showarticle.tss?id=NAnt
http://www.15seconds.com/issue/040621.htm
http://radio.weblogs.com/0106046/stories/2002/08/10/supportingVsnetAndNant.html

Slingshot is a tool that converts .sln files to NAnt build scripts ,it is part of the NAntContrib project, there are some great tools
for NAnt in this project
http://sourceforge.net/projects/nantcontrib

For continuous integration
http://hipponet.sourceforge.net/
http://cruisecontrol.sourceforge.net/

Team Development Guide from MS and MSBuildIt
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=94FDB8C8-5A87-4545-AF75-6053F32C7ECA
http://www.microsoft.com/downloads/details.aspx?FamilyID=b32497b0-77f7-4831-9c55-58bf3962163e&DisplayLang=en

No Comments