Development Tools
.NET Developer’s toolkit.
These are the list of tools I use in my everyday programming practice:
- NUnit - for Unit testing
- NMock - for Unit testing, prototyping
- FxCop - to make my?better
- NAnt - to make builds
- Reflector - to observe .NET Framework implementation
- Regulator - to prepare regular expressions
- Microsoft Line of Code Counter - for counting lines of code and other metrics
- ILMerge - is a utility for merging multiple .NET assemblies into a single .NET assembly
- SharpDevelop - nice IDE for C#
- NDoc and SandCastle - for producing documentation
- Microsoft Tools&Utils for developers
Hope this will be helpful.