Documentation
-
Fundamentals of garbage collection - .NET
Learn how the garbage collector works and how it can be configured for optimum performance.
-
Large object heap (LOH) on Windows - .NET
This article discusses large objects, how they are managed by the .NET garbage collector, and the performance implications of using large objects.
-
Learn about the System.GC class.