what is dispose method in netthe net provides


What is Dispose method in .NET?

The .NET provides "Finalize" method in which we can clean up our resources. But relying on this is not always better so the best is to implement "Idisposable" interface and implement the "Dispose" method where you can put your clean up routines.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is dispose method in netthe net provides
Reference No:- TGS0161271

Expected delivery within 24 Hours