A simple dependency-graph solution for C# code
Posted: (EET/GMT+2)
If you are developing larger .NET solutions with Visual Studio, you might want to visualize dependencies between your projects in the solution. Probably the most well-known commercial tool for this is NDepend, but there are also free (though simpler) alternatives.
I recently became aware of an open-source tool for C# code called DependencyGraph, which is available on GitHub. In case you are interested in learning more about your projects and its internal structure, give this tool a try.
Hope this helps!