A couple Framework Design Tools...
Good tools are essential to good engineering... Recently I ran across a couple of good tools that will help with Framework design and implementation.
NDepends - is a tool that allows you to analyze your source code in order to get a grip on what is really going on so you can do large refractorings, reduce complexity, etc. Check out the online demos
SubMain also has a cool that is effectively like FXCop, but it automatically fixes the errors for you where possible. Check out this tutorial for more information..
What tools do you use everyday? anything else you think I should highlight?
Comments
Anonymous
November 08, 2007
I've referenced all the tools I know on SharpToolbox.com. See http://sharptoolbox.com/categories/code-analysers-standards-verifiersAnonymous
November 08, 2007
ASP.NET DevConnections - The ASP.NET MVC Framework [Via: Scott Hanselman ] Official ASP.NET MVC framework...Anonymous
November 08, 2007
You should take a look at these three tools. They are a great combination: Ghostdoc (http://www.roland-weigelt.de/ghostdoc/) SHFB (http://www.codeplex.com/SHFB) Sandcastle (http://www.microsoft.com/downloads/details.aspx?FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en) Cheers, WesAnonymous
November 09, 2007
I second the GhostDoc/Sandcastle combo. Not exactly design tools but as a freelancer I use it for every project i work on, knowing that I probably wont be the one looking at it in 12 months time :)Anonymous
November 30, 2007
Ghostdoc, and from time to time Dependency Visualizer (www.codeplex.com/dependencyvisualizer) and yes, I'm biased about the second one ...