Error!
Success!

Good Finalize/Dispose Pattern - C#

0
kicks

Good Finalize/Dispose Pattern - C#  (Unpublished)

This is the approach one should follow to clean up internal unmanaged resources. Remember one thing you should use this only if make use of some unmanaged stuff that you want to be cleaned up before your application closes in a better way so that there are no leaks. If you are just using all managed stuff then you should not need to write Finalize() methods only Dispose() pattern would work..................................................................


Kicked By:
Drop Kicked By: