Some tools i found usefull in VS.NET:
devAdvantage:
devAdvantage Community Edition is the free version of devAdvantage. devAdvantage is a Microsoft Visual Studio Add-in that analyzes C# code looking for bugs and issues - and works with the developer to correct the problems automatically.
http://www.anticipatingminds.com/Content/P...geOverview.aspxdevMetrics:
devMetrics is a Visual Studio .NET Add-in for gathering source code metrics. By measuring important attributes of your code, such as quality and complexity, devMetrics can help manage work and identify problem areas.
http://www.anticipatingminds.com/Content/P...devMetrics.aspxReflector - IL decompiler
Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.
http://www.aisto.com/roeder/dotnet/Regards,
wiNGCom