What is Dispose method in .NET ?
Answer Posted / siri
Use this method to release unmanaged resources i.e.,freeing
resources held by an object, or preparing an object for
reuse and if base class implements Idisposable,Objects must
also call the Dispose method of their base class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the classes contained in a single .NET DLL ?
What is difference between ilist and list in c#?
What is xamarin used for?
Define thread?
Illustrate the process of code compilation in c#?
What is static noise?
What is an object pool in .net?
Are c and c# the same thing?
Explain Constructor and destructor?
Which is faster hashtable or dictionary?
Can arraylist hold primitive types?
What is a .exe extension files? How is it similar to .dll extension files?
What is difference between dynamic and var in c#?
What is the difference between and xml documentation tag?
What is console based application?