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
Difference between value and reference type.
What are value types and reference types?
Is an array an object 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?
What is sealed class in c#?
What is c# windows form application?
What is a multi line comment?
What are jagged arrays used for?
Explain partial class in c#?
Is multilevel inheritance possible in c#?
if a method is marked as protected internal who can access it?
What are the benefits of using the aggregate method in linq?
Explain concurrency with aop?
What is Fragmentation and its Types?
What are the types of operator?