I know this question has been asked before, but a lot of the info out there seems outdated.
Is it possible to isolate a memory leak in a .NET application to an object type or namespace? Is there a free, up-to-date tool that can do this?
Currently I'm using perfmon to monitor memory usage in private bytes and the heap, but I would like to isolate the offending class or piece of code.