By shaharab
via dev102.com
Published: Mar 18 2008 / 06:18
Although the .NET Framework takes the memory management task out of your hands, there are still a few things that you must pay attention to when disposing of an object in order for the Garbage Collector to do its work properly.
Comments
Umberto Zappia replied ago:
I never liked .Net since the beginning.
pulesen replied ago:
Well, it's not a .Net specific problem. Java has the same problem. It is just an object not getting gc'ed, due to a forgotten reference as a listener in some other object. Nothing really special.
Voters For This Link (9)
Voters Against This Link (2)