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 the benefit of interface in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is the difference between interface and abstract class in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
Define an assembly in .net?
What is a copy constructor in c#?
Could you explain the difference between func vs action vs predicate?
How to declare a property in a class?
What's the difference between an integer and int?
How do I port "synchronized" functions from visual j++ to c#?
What is written in c#?
Explain About stateless and state full web service
What is escape character in c#?
Explain the use of Mutex in C#?
What exactly is serverless?