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 is the difference between const and readonly in c#.net?
What is a race condition?
Is c# good for games?
Is as operator in c#?
What is icomparable in c#?
What is a dll in c#?
What are the different types of assemblies available and their purpose?
Can a struct inherit from an interface in c#?
What are some of the commonly used commands in sqlcommand?
What is dynamic dispatch?
How do I make a dll in c#?
What is private variable?
Why do we use yield in c#?
What can I create with c#?
How will you deploy the dll file in gac?