Implementing IDisposable
This article will attempt to explain what the IDisposable is, when it should implement it and how to implement it properly. Why Do We Need It Anyone who has worked with .NET for any length of time knows that .NET uses automatic memory management. The garbage collector (GC) runs in the background and will free up memory as… Continue reading Implementing IDisposable