Displaying posts categorized under

Code tools

Anakrino – another decompiler

Really nice to use decompiler.
 

Reflector

Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.

FxCop – automatic code review

FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses reflection, MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:

Library design
Localization
Naming conventions
Performance
Security

Sourcegear Vault – source control tool

This is a great Visual Sourcesafe replacement.
 
+ uses SQL Server/MSDE for data storage (no crazy files called aaaaaaa etc)
+ client part looks and works just like Sourcesafe – which you might be used to
+ works over HTTP (webservice. No problems to connect from just about any computer connected to the Internet, meaning it’s easy [...]