Garbage Collection and IDisposable
Hi all
I am wondering: when should someone use GC.SuppressFinalize and implement IDisposable?
In what situations should this be done?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Oct 24, 2009, 9:45 AM
Here is Nice understandable article with example
http://www.devx.com/dotnet/Article/33167/1954
please check "do you like this answer" if my answer helps you :)