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 abstract classes in c#?
How many bytes is an int c#?
What is an enumerator c#?
How does a while loop work?
What is data annotation in c#?
What is concatenation and when should it be used?
Can struct have constructor c#?
What is a thread? What is multithreading?
What is overriding in c#?
What do you mean by serialization in .NET?
What is a property c#?
Is post back c#?
Is datetime immutable c#?
Can constructor be private c#?
Why is c# better than java?