What is Dispose method in .NET ?
Answer Posted / sanath
Dispose method is used to release unmanaged resources when
unmanaged resources are no longer in use.And Programmers
should keep in mind at
the time of codeing(using dispose method) for best memory
management.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What are the different types of classes?
Is overriding of a function possible in the same class?
What are object pooling and connection pooling and difference between them?
What is msil in c#?
Is c# good for games?
What are the Types of caching
Why to use lock statement in c#?
Can we inherit class that contains only one private constructor?
Is it possible to have different access modifiers on the get/set methods of a property?
Why do we use delegates?
What is difference between dictionary and hashtable in c#?
Where do we use serialization in c#?
What is uint c#?
What are the namespace level elements?
Give an example of a directcast.