Visual Studio 2010 Tips #7 : Dependency Graph

 

In Visual Studio 2010 you can now create the dependency graph to view the complex structure of your class and the call tree.

image

image

image

Once you explore it has got some additional view like, Right to Left. If you click on any entity it will take you to the code.

image

This tool indeed helps us to understand the code better.

Namoskar!!!