.Net must have TOOLS
Well I'v compiled this list of must have .net tools... ofcourse, major part came from MSDN 10 Must Have .Net Tools.. Enjoy!
- Nunit/Team Test to write unit tests
- NDoc to create code documentation
- Nant/Team Build to build your solutions
- CodeSmith to generate code http://www.ericjsmith.net/codesmith
- Code Analysis to police your code
- Snippet Compiler to compile small bits of code http://www.sliver.com/dotnet/SnippetCompiler
- Regulator to build regular expressions http://regex.osherove.com
- .NET Reflector to examine assemblies http://www.aisto.com/roeder/dotnet
- GhostDoc http://www.roland-weigelt.de/ghostdoc
- Smart Paster http://weblogs.asp.net/alex_papadimoulis/category/5341.aspx
- CodeKeep www.codekeep.net
- PInvoke.NET www.pinvoke.net
- VSWindowManager PowerToy http://workspaces.gotdotnet.com/vswindowmanager
- WSContractFirst www.thinktecture.com/Resources/Software/WSContractFirst/default.html.
- VSMouseBindings www.gotdotnet.com/team/ide/#original.
- CopySourceAsHTML www.jtleigh.com/CopySourceAsHtml.
- Cache Visualizer http://blog.bretts.net.
|