Using
The using keyword in C#, used for namespace imports and managing IDisposable resources.
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.