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 are the types of access modifiers?
What is yield break in c#?
What is the purpose of static?
State the top.NET class that everything is derived from?
What is the use of static in c#?
What is disconnected data architecture in c#?
How do you pass reference parameters in c#?
What is string interpolation in c#?
What is the difference between a constant and a static readonly field?
What are the different types of assembly?
Why delegate is used in c#?
What is the advantage of static class in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is multithreading with .net?
How many types of polymorphism are there?