Understanding Garbage Collection in C#
All the garbage collection mechanisms have one thing in common, that is they take the responsibility of tracking memory usage. Understanding Garbage Collection The .NET garbage collector is optimized for the following assumptions: Objects...