We all know .NET objects deallocates memory using Garbage Collection. Garbage collection is a special process that hooks in to the object hierarchy randomly and collects all the objects that are not reachable to the application running. Let us make Garbage collection a bit clear before moving to the alternatives. Garbage Collection AlgorithmIn .NET, every object is allocated using Managed Heap.
Tidak ada komentar:
Posting Komentar