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
What is a c sharp?
How do I create a multilanguage?
What is xor operation?
What is sqldataadapter in c#?
What is ac callback?
What is hashset c#?
What is the use of functional interface?
Why do we need static in c#?
What is serialization in unity?
What is int16?
What is for loop in c#?
What is the benefit of using interface in c#?
What is difference between new and override in c#?
What do u mean by delegation of authority?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?