.NET Visualized: Treemap and Dependency Matrix
In case you haven’t seen this, check out MVP Patrick Smacchia’s visualizations of the .NET Framework, including an NDepend analysis of the number of Types, a Treemap view, and a dependency matrix for the entire framework.
The dependency matrix is, IMO, impressively sparse. Also interesting but perhaps not surprising is that PresentationFramework represents the largest [...]