What is Dispose method in .NET ?
Answer Posted / nitin kumar tomar
Dispose method is used to release unmanaged resources when
unmanaged resources are no longer in use and referenced and
is manually called by the programmer
| Is This Answer Correct ? | 54 Yes | 12 No |
Post New Answer View All Answers
What is asp net c# corner?
Can we declare private class in c#?
What is the best dependency injection c#?
What are custom exceptions in C#?
Define an array?
Describe a Struct ?
What is session management in c#?
Constructor to an arbitrary base constructor?
What are the different ways of method can be overloaded?
Explain about Threading Types.
What is the purpose of a console table?
What is a race condition?
What are the 3 elements of delegation?
What are circular references? How garbage collection deals with circular references.
What is data annotation in c#?