Community

Demystifying Memory Profilers in C# .NET Part 2: Memory Leaks

(Michael Shpilt) One of the biggest memory-related problems and I daresay all-round problems in .NET, are memory leaks. They are very common, hard to notice, and eventually lead to devastating consequences.