Community

Demystifying Memory Profilers in C# .NET Part 1: The Principles

(Michael Shpilt) Memory problems are some of the most important and potentially devastating things in .NET. Even though the applications works on top of a managed environment (the CLR) that includes automatic garbage collection, memory issues didn’t disappear.