IDisposable
The IDisposable interface in C# and .NET used for releasing unmanaged resources and implementing the dispose pattern.
IDisposable and the Using Pattern in C#
Learn IDisposable and the using pattern in C# to manage resources safely, release unmanaged objects, and avoid leaks.