how to cleanup object that does not support dispose method?
How to implement dispose for such scenarios?
Answer Posted / yogi
Can use System.GC.Collect() to clean up objects and force the garbage collection manually
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is difference between list and ilist in c#?
What is ienumerable and iqueryable?
Define constructors
How can I produce an assembly?
How to force my .net app to run as administrator on windows 7?
What are the two kinds of properties in c#.
Explain the Usage of web.config
What are the Configuration files in .net?
What is the difference between list and arraylist c#?
What is COM Interoperability?
Tell me the difference between value passing and address passing?
Why singleton class is sealed in c#?
What is xpath in c#?
Which framework is best for desktop application?