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 is datacontract in c#?
What are the string functions in c#?
What is the difference between overriding and overloading in systemverilog?
Is c# front end or back end?
What is the difference between a constant and a static readonly field?
What is the difference between a private assembly and a shared assembly?
What are the Types of optimization and name a few and how do u do?
What is a protected class in c#?
What are the Types of caching
What are actions in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Where do we set the min and max pool size for connection pooling?
What is string interpolation in c#?
Do void methods have parameters?
Are private members inherited in c#?