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 a .aspx file?
Can a class be protected in c#?
What is a console file?
Explain nullable types in c#?
What is the difference between convert and parse in c#?
What is meant by generics in c#?
Explain the difference between a Private Assembly and a Shared Assembly
What is difference between property and variable in c#?
Why do we use Design Pattern in C#?
How to handle exceptions that are raised in a component?
What does executescalar return in c#?
What is dynamic in c#?
What is a data set in c#?
Describe how a .net application is compiled and executed
What does it mean to override a method?