what is the significance of finalize method in


What is the significance of Finalize method in .NET?

The .NET Garbage collector does atmost all clean up activity for your objects. But unmanaged resources (like - Windows API created objects, Database connection objects, File, COM objects etc) is outside the scope of .NET framework we have to explicitly clean our resources. For these types of objects .NET framework gives Object. The Finalize method which can be overridden and clean up code for unmanaged resources can be put in this part.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is the significance of finalize method in
Reference No:- TGS0161276

Expected delivery within 24 Hours