Showing posts with label Garbage Collection. Show all posts
Showing posts with label Garbage Collection. Show all posts

Sunday, April 22, 2012

Implementing the IDisposable Pattern (.Net)

The following post is a very good explanation of the recommended way to implement the IDisposable interface in .net;  the poster breaks down the code from scratch and explains why each construct has been used.