Home » Unlabelled » What is Dispose method in .NET ? | C#.Net Interview Questions
Sunday, 28 April 2013
What is Dispose method in .NET ? | C#.Net Interview Questions
.NET provides “Finalize” method in which we can clean up our resources. But relying on this is not always good so the best is to implement “Idisposable” interface and implement the “Dispose” method where you can put your clean up routines.
No comments:
Post a Comment