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 is managed code?
Explain types of comment in c# with examples
What is token in c#?
Why delegates are safe in c#?
How Do You Convert A Value-type To A Reference-type?
What is expression tree with example?
What does the initial catalog parameter define in the connection string?
What is the main purpose of xml?
List down the different ide’s provided by microsoft for c# development.
Is everything an object c#?
How is method overriding different from overloading?
What is the difference between interface and inheritance in c#?
Which sorting algorithm is best?
What are the classes contained in a single .NET DLL ?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?