Mapping project (references) dependencies
Soooo, its been very busy 2 months for me. I've started a new project for one of my company customers. I also passed 2 MCP exams 70-356 / 70-528 which makes me an MCTS - "Microsoft Certified Technology Specialist", and still I have few more test to become an MCSD.
In the new project I started, I needed to map all the references dependencies between the 52 (!!!) class libraries exists in the solution - Its very hard to map this manually, and probably will take me forever.
I found that .NET Reflector can answer to my question, and do the work for me by using one of its great add-ins, the Graph.
All you need to do is to drag the DLL for your project into the reflector window, right click on it, and select the "Peli's Assembly Graph".
The results are great!
Enjoy!