codeteddy.com
C# and ASP.Net Interview Question and Answers
What is the significance of Finalize method in .NET?.NET Garbage collector does almost all clean up activity for your objects. But unmanaged resources (ex: – Windows API created objects, Fi…