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
In which way a two-dimensional array declared in C#?
What is the Signification of the "new " keyword in C#? example
How do you name a variable in c#?
Is concurrent queue thread safe?
Why we use get set in c#?
List out two different types of errors in c#?
What is the difference between interface and abstract class in c#?
What is difference between a constant and read-only in C#?
What are native methods?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is the difference between the debug class and trace class? Documentation looks the same.
Explain circular reference in c#?
What does string intern do?
Does c# provide copy constructor?
What is a boolean c#?