What is Dispose method in .NET ?
Answer Posted / manoj kumar
Dispose() method permanently removes any resource ((un)managed) from memory for cleanup and the resource no longer exists for any further processing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how do you convert a value-type to a reference-type?
What does void do in unity?
Is there throws keyword in c#?
Why do we use anonymous method in c#?
What is sqlcommandbuilder c#?
What is string class in c#?
Why singleton class is sealed?
What is the base class for array types?
What exception can an overridden method throw in comparison with the method it is overriding?
How to generate strong name key file or which command is used to generated strong name key file?
Explain the feature of c# language?
What is ildasm.exe used for?
What does dbml stand for?
What is serialization of data?
What is thread and explain states of a thread in c#?