By shams.mukhtar@gmail.com
via geekscafe.net
Published: Feb 27 2010 / 10:19
Garbage collector (GC) is a blessing in .NET, if you happen to program in C++ in the past, where it was one of the prime responsibility of a developer was to manage the heap. That means when ever an object is created on the heap, it has to be deleted in the corresponding method or in the destructor, if the life is object long. And if he/she forgot to do so, then the nightmare begins in the form of memory leaks and troubleshooting may take hours and some times even days.
Tweet
SaveShareSend
Tags: .net, frameworks, microsoft, other languages



Add your comment