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
Differentiate between object pooling and connection pooling in c#?
What is boolean conditions in c#?
Is goto statement supported in c#?
What is the use of ienumerable in c#?
Which is the best language for desktop application?
What is the correct way of declaring an xml namespace?
What is the signature of a method?
Name some properties of thread class.
Is c# difficult to learn?
What are the advantages of using c#?
What is the components of window?
How can I develop an application that automatically updates itself from the web?
What is the use of ispostback in c#?
What does out mean c#?
What is difference between float and integer?