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 an object and a class?
what are the different ways a method can be overloaded?
Explain the functionalities of satellite assembly?
What does dbml stand for?
What is the benefit of delegate in c#?
What is inner class in c#?
What are the delegates in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
Why extension method is static?
Explain About .NET Remoting and types of remoting
What is reflection in c#?
What is c-sharp (c#)?
What is difference between struct and class in c#?
What is the difference between a method and a property?
What are the types of methods in c#?