How to Implement IDisposable Interface in C#

In this article we will understand the IDisposable interface of the Microsoft System library. Below are the points that we will look upon: Why is IDisposable interface required Unmanaged memory The .NET Garbage Collector Disposable interface in detail The Using block along with Dispose System Libraries that use IDisposable interface Conclusion Why is the IDisposable …

How to Implement IDisposable Interface in C# Read More »