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
What is boxing? Explain its functionality?
In a single .NET DLL how many classes it contains?
What are generations and how are they used by the garbage collector?
What is asynchronous one-way calls?
What is public or shared assemblies ?
What tool we have to use to install assembli in gac folder.
Which sorting algorithm is best?
Is arraylist type safe in c#?
How to add a readonly property in c#.net
Please explain the basic string operations used in c#?
What are the Features in .net framework 1.1
What is returned if you pass the value 12.34 to the parsefloat () function?
Explain About Web.config
How many bytes is an int 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?