Garbage Collection Links
Difference between Dispose(true) and Dispose(false)?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconimplementingdisposemethod.asp
Forcing GarbageCollection
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconforcingcollection.asp
Why I need to call WaitForPendingFinalizers?
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemGCClassWaitForPendingFinalizersTopic.asp
Suppressing the Finalize method is explained here
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemGCClassSuppressFinalizeTopic.asp
Jessica explains all this in one of her articles:
http://www.martnet.com/~jfosler/articles/UsingDispose.htm
[Via Subhag Oak]

12. December 2004 at 02:49
“Suppressing Garbage < ...>” is the wrong title. It would be an interesting topic but the article actually describes suppressing the Finalize method which has nothing to do with suppressing a/the GC.
12. December 2004 at 09:46
Thanks Daniel.