What tool I can use for .Net/C# project to capture run-time dependencies between classes ? I found this question to be very useful but the suggested tools capture a static dependency graph. I simply want to see graph of instantiations of classes.
I'm using VS 2008 (but can install other version if needed).
UPD: My goal is this. I have huge old codebase. It has (for example) 500 classes but because DB-driven workflow has changed over the years only (for example) 100 class are used now. That's why static dependency analysis will be too overwhelming to digest.
. NET Framework is an object oriented programming framework meant to be used with languages that it provides bindings for. Since C is not an object oriented language it wouldn't make sense to use it with the framework.
Microsoft Visual Studio NET Framework in Visual Studio, but Visual Studio is built with . NET. The program achieves many innovations using programs like Windows API, Windows Forms, Windows Presentation Foundation, Windows Store, and Microsoft Silverlight.
NET Core 2.1 SDK and later versions. A . NET tool is a special NuGet package that contains a console application.
NET Framework. Software developers use . NET Framework to build many different types of applications—websites, services, desktop apps, and more with Visual Studio. Visual Studio is an integrated development environment (IDE) that provides development productivity tools and debugging capabilities.
CLRProfiler can capture/display CallGraph: http://www.scribd.com/doc/3376247/CLRProfiler.
The file format is documented, so you can add your own analisys.
ANTS lets you visualize the call graph. Not precisely what you're looking for, but it might help. They have a 14 day trial and if you decide to buy it, it's well worth the money for profiling your .NET apps.
The .NET Memory Profiler lets you view instance graphs as well. A bit less spendy than ANTS and might do what you need to do.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With