Development tools etc

This is a collection of utilites etc that I find useful for development.
 
 

SysInternals

A large collection of utilites, source and information for windows.

  • DebugView - Dead useful for viewing debug output
  • PsTools - incredibly useful command line utilities
  • ProcessExplorer - can be used as a task manager replacement but I just use it every now and again. Great for tracking down what process has a lock on a file etc
  • and more

nAnt

A build tool for .net. (Also nAntContrib which has extension tasks).

nUnit

A nice unit testing framework.

TestDriven.Net

A great unit testing adding for Visual Studio.Net. It comes with nUnit and other frameworks.