What is Dispose method in .NET ?

Answer Posted / nitin kumar tomar

Dispose method is used to release unmanaged resources when
unmanaged resources are no longer in use and referenced and
is manually called by the programmer

Is This Answer Correct ?    54 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between var and dynamic types in c# 4.0?

587


What is the difference between properties and indexer in c#?

507


Why is it efficient to use System.string under System.Text.StringBuilder ?

606


What is the execution entry point for a c# console application?

617


What is expression tree with example?

555






Can we inherit static class in c#?

560


What standard types does c# use?

585


Can a constructor be static in c#?

633


What are the desktop applications?

550


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

2469


Why are strings in c# immutable?

583


How do I join one form to another in c#?

547


Why do we need ienumerable in c#?

565


What is static void main in c#?

581


What is an object pool in .net?

735