Click here to Skip to main content
15,888,008 members
Articles / Programming Languages / C#

How do you properly implement the IDisposable pattern?

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
21 Jan 2016CPOL3 min read 14.3K   11  
This is the first post of a series that I'll be making on memory management in .NET. The subsequent posts will cover guidelines for working with disposable objects, when to implement IDisposable, and maybe a few others.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Black Box Solutions, Inc.
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions