New posts in using-statement

C# "Using" Syntax

How to handle WCF exceptions (consolidated list with code)

Can the C# using statement be written without the curly braces?

The C# using statement, SQL, and SqlConnection

"using" keyword in java [duplicate]

Why use a using statement with a SqlTransaction?

How to use an iterator?

SqlCommand with using statement

Will a using statement rollback a database transaction if an error occurs?

Why variable that declared in a using statement treated as readonly?

Can "using" with more than one resource cause a resource leak?

Do using statements and await keywords play nicely in c#

Does Dispose still get called when exception is thrown inside of a using statement?

Does Java have a using statement?

What happens if i return before the end of using statement? Will the dispose be called?

'using' statement vs 'try finally'

try/catch + using, right syntax

returning in the middle of a using block

using statement with multiple variables [duplicate]

The type or namespace name could not be found [duplicate]