This link has been bookmarked by 8 people . It was first bookmarked on 26 Mar 2008, by Rpberto Gonzales.
When the .NET framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is "garbage," ready for memory
When and How to Use Dispose and Finalize in C#
c# memoryallocation .net internals clr garbagecollector GC importedfromdelicious
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.