VS2010 – Visualize Code Relationships (Architecture)
VS2010 – Visualize Code Relationships (Architecture)
Here is another new feature for Visual Studio 2010 - Visualize Code Relationships
There is 3 types of graphs:
- By Assembly
- By Namespace
- By Class

By Assembly - This graph is all about showing you the dependencies between the various assemblies that make up all the projects in your solution.
By Namespace
By Class – This is one of the most complicated graphs because what you are seeing is dependencies at the class level, with no grouping by assembly or namespace
