How can you clean up objects holding resources from within
the code?
Answer Posted / tarun singla
Easiest way is to make the value of that object as null,
once the scope of that object is over. We generally do this
in the 'finally' section of the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data set in c#?
Is c# difficult to learn?
How do I get deterministic finalization in c#?
Define constructor in c#.
Is c# an open source?
How to implement an object pool in c#.net.
What is a di class?
What is public or shared assemblies ?
What is meant by enumerable in c#?
What is namespace give the example?
What does int32 mean?
What does async mean in c#?
What is code verification?
What is value c#?
Is stringbuilder faster than string concatenation c#?