5
votes
13answers
706 views
Proper use of the IDisposable interface
I know from reading the MSDN documentation that the "primary" use of the IDisposable interface is to clean up unmanaged resources …
