New posts in using

Will a using block close a database connection?

C# "Using" Syntax

overhead to unused "using" declarations?

Do you need to call Flush() on a stream or writer if you are using the “using” statement?

using statement FileStream and / or StreamReader - Visual Studio 2012 Warnings

scope of using declaration within a namespace

Using the using statement in C# [duplicate]

Using statement vs. IDisposable.Dispose()

If an Exception happens within a using statement does the object still get disposed?

What is the use of "using namespace std"? [duplicate]

Manually destroy C# objects

Questions about Entity Framework Context Lifetime

Is there a situation in which Dispose won't be called for a 'using' block?

Partial specialization of typedef

Using Statement with Generics: using ISet<> = System.Collections.Generic.ISet<>

C# 8 understanding await using syntax [duplicate]

yield return statement inside a using() { } block Disposes before executing

Why should I use the "using" keyword to access my base class method?

Does Stream.Dispose always call Stream.Close (and Stream.Flush)

Why is "using namespace X;" not allowed at class/struct level?