I am currently working on an application in VB.NET im my spare time and have just received an OutOfMemoryException.
As I am currently working in Java at work, I frequently use VisualVM to diagnose any thread/memory issues.
So I am now wondering, is there .NET or Visual Studio 2010 equivalent of VisualVM? Ideally free tools.
Just noticed similar thread to this:
Is there any equivalent of JVisualVM on DotNET
But this does not give me an answer.
Thanks in advance,
Andez
Not Free
.NET Memory Profiler: http://memprofiler.com/
JetBrains dotTrace : http://www.jetbrains.com/profiler/download/index.html
RedGate ANTS Memory Profiler: http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/
SciTech Memory Profiler: http://www.scitech.se/
Free
MS CLR Profiler: http://www.microsoft.com/en-us/download/details.aspx?id=16273
I would suggest you take a trial and figure out what works best for you. But personally I have use the RedGate ANTS Profiler and is has been just awesome for my needs.