Tuesday, February 16, 2010

Ten Must-Have Tools Every .NET Developer Should Have

Today, I ran across Microsoft's Article written by "James Avery" on .NET must have tools. I thought I should share it with everyone. Here is the list of must-have .NET tools every .net developer should use:

.NET Tools
  • NUnit to write unit tests
  • NDoc to create code documentation
  • NAnt to build your solutions
  • CodeSmith to generate code
  • FxCop to police your code
  • Snippet Compiler to compile small bits of code
  • Two different switcher tools, the ASP.NET Version Switcher and the Visual Studio .NET Project Converter
  • Regulator to build regular expressions
  • .NET Reflector to examine assemblies


No comments: