Lutz Roeder’s Reflector for .NET is a tool that I think every .NET developer should have in their toolbox.
It’s a great class browser. It has an analyzer feature to show you what each type depends upon, and what other types it’s used by.
It also contains a dissasembler, which is very helpful when you are trying to debug tough problems.
Reflector also support an Add-In model. There are a bunch of Add-In’s available - everything from code metrics, to code coverage to dependency graphs.
Post a Comment