Search code examples
Refactoring: using statement without scope, when does the implicit `Dispose` call happen?...

c#.net-coredisposeusing-statement

Read More
Best practice for nested using statements?...

c#.netusing-statement

Read More
Does it make sense to have using statement inside class constructor?...

c#constructordisposeusing-statement

Read More
When are C# "using" statements most useful?...

c#using-statement

Read More
Why does _session.Use method not work properly?...

asp.netasync-awaitaspnetboilerplatesqlexceptionusing-statement

Read More
How the MemoryStream declared in outer using statement is still available after inner using statemen...

c#memorystreamusing-statementcryptostream

Read More
C# Dispose resources on exceptions without using...

c#disposeidisposableusing-statement

Read More
How to use an iterator?...

c++pointersvectoriteratorusing-statement

Read More
Multiple using statements with if condition...

c#streamreaderstreamwriterusing-statement

Read More
Can I safely use object initializers inside using statements?...

c#using-statementobject-initializers

Read More
Multiple using declarations throw 'IOException' but statements don't when writing files...

c#using-statement

Read More
Multiple using block c#...

c#asp.net.netusingusing-statement

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

c#transactionsrollbackusing-statement

Read More
Is it good practice to use "using" on a new empty DataTable?...

c#idisposableusing-statement

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

c#asp.netusing-statement

Read More
EF (entity framework) usage of "using" statement...

c#entity-frameworkgarbage-collectiondbcontextusing-statement

Read More
How to use the 'using' command properly?...

c#using-statement

Read More
Set ReSharper to put the 'using' import outside the namespace...

namespacesresharperstylecopusing-statement

Read More
Object in Using Statement Is NOT Immutable?...

c#using-statement

Read More
Will I still get the Dispose advanges, if I in a using, initialize with null?...

c#disposeusing-statement

Read More
SqlCommand (Using Statement / Disposing issue)...

vb.netdisposesqlcommandusing-statement

Read More
Calling Dispose() vs when an object goes out scope/method finishes...

c#idisposableusingusing-statement

Read More
Call function of unnamed object in using statement...

c#.netusing-statement

Read More
Stacked using statements vs seperate using statements...

c#performanceusing-statement

Read More
Does "using" statement always dispose the object?...

c#disposeusingusing-statement

Read More
No parameter $2 when using EXECUTE format( ... ) USING (param1, param2)...

postgresqlexecuteusing-statement

Read More
When Using statement should be used?...

c#using-statement

Read More
Replace nested using-statement with one using statement...

c#using-statement

Read More
using (IDisposable) vs. class field - correct usage of ReaderWriterLockSlim...

c#using-statementreaderwriterlockslim

Read More
Are there situations where using will not dispose of an object?...

c#using-statement

Read More
BackNext