Answer Posted / nitin
Unused unmanaged resources are removed by dispose method
and It is called manually
Destructor is used to released unused managed resources and
it is called automatically by the Garbase Collector
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What are the extension methods in c#?
Why is lazy loading?
How to implement delegates in c#.net
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What do you mean by abstract class in c#?
What is the example of predicate?
What is a nullreferenceexception?
What is dataadapter c#?
What is data quality assurance?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Why we use methods in c#?
Why do we use yield in c#?
What’s a strong name?
What is binding in c#?
How Is The Dll Hell Problem Solved In .net?