Tuesday, October 23, 2012

C# Disposable pattern, Dispose Vs Finalize



Discussed below topics
1) What is Finalize and how to create ?
2) What is Destructor and purpose?
3) IDisposable interface
3) Using block
4) What is GC.Collect?
5) Why and when to use GC.suppressfinalize
6) Dispose Vs Finalize
7) GC Performance differences between Dispose or Finalize.