A reader comments re: Changes in Destructor Semantics in Support of Deterministic Finalization I agree with Johan. I use a pattern where all classes that need a finalizer must implement the Dispose pattern, and all classes with a Dipose method also have
Read More...