Archive for December 28th, 2007

.NET Projects: Automating Builds with NAnt

Building a .NET project can be a multi-step process. There’s compilation, unit testing, code analysis, documentation…It goes on and on. Ordinarily, this could be done manually, one step at a time, but it would get tedious very quickly. Well, it so happens there is a useful tool called NAnt that can automate this process, replacing multiple actions with just one. Read on to find out how.

December 28 2007

Programming

No Comments

Read More