how to cleanup object that does not support dispose method?
How to implement dispose for such scenarios?
Answer Posted / rahul
i guess by using final function , but it is heavy operation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between object type and dynamic type variables in c#?
What is the root element of an xml file?
What is the difference between static and private constructor?
How do I create multifile assembly?
What does firstordefault mean in c#?
Is clr a compiler?
Name some string escape sequences in c#.
What is escape character in c#?
How do namespaces work?
What are the different approaches of passing parameters to a method?
What is a multicast c# delegate?
What is static class in C#?
What are controls in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is polymorphism in c sharp?