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
Name the control which cannot be placed in mdi?
What is the difference between ienumerable and enumerator?
Explain the constructor in c#.
Where’s global assembly cache located on the system?
Can we make a Static Constructor Parameterized? Give Reason with your answer
Name the method of servicebase class?
How can I create image pieces/sub image?
What language is arduino?
What is console based application?
What is interface c#?
What is difference between abstract class and interface in c#?
Why do we need generics in c#?
Can constructor be overloaded in c#?
Can a class have more than 1 destructor?
What is uint c#?