Given the really large .NET codebase. Some parts of sources and some parts in binary files. All this is .NET code. I would like to have a tool for detecting dependencies in this code base. Assemblies and types. Visualizing dependencies in graphical form will be very enjoyable.
I would like to have: an instance graph, a refenrece graph, a call graph, a type dependency graph.
For an instance, take a class and get all kinds of dependencies from its point of view on the diagram with the ability to filter using the / namaspace / etc assembly.
I understand that a reflector can do this. And VS2010 Ultimate can do it. But they all have some disadvantages:
- Reflector is a good tool, but its dependency visualization tools are very limited.
- VS2010 is too much. It seems that the toy is not a mature tool (I mean its devices for building diagrams).
ps already asked somewhere? ok, point me to that place. Hh
Shrike
source share