Garbage collection with example
hi, iam little confuse about garbage collection,,pls clarify my confusions,,,,,
i used dispose method like
Timer tobg=new Timer();
tobj.dispose();
iam not used idisposible interface,, what is the difference?
Another confusions is exmaples of managed and unmanaged resources,,,