Search code examples
Is there a way to have a using statement with dynamically-created targets?...

c#.netidisposableusing-statement

Read More
Does "using" also dispose objects created in the constructor?...

c#.netidisposableusing-statement

Read More
C# consecutive using-statements...

c#.netusing-statement

Read More
How to handle IOException on FileStream.Close/Dispose...

c#.netsilverlightfilestreamusing-statement

Read More
Referencing an object outside of using() block...

c#disposeusingidisposableusing-statement

Read More
Create disposable object via factory in Using statement...

vb.netfactoryusing-statement

Read More
Using Reflection.Emit to emit a "using (x) { ... }" block?...

c#reflection.emitusing-statementilgenerator

Read More
using statement with asynchronous Task inside not await...

c#asynchronousasync-awaitusing-statement

Read More
passing code to a function as parameter within "using statement"...

c#impersonationusing-statement

Read More
How to implement a using statement when inititializing a service?...

c#dynamics-crmidisposableusing-statementxrm

Read More
Resharper and Productivity Power Tools fight over my usings. How can I stop the bloodshed?...

c#resharperusing-statementproductivity-power-toolsxml-documentation

Read More
Nesting 'IDisposable's in a single 'using' statement...

c#idisposableusing-statement

Read More
Try/catch Image.FromStream() without catching the rest of the using statement?...

c#try-catchusingusing-statement

Read More
Task_Dispose_NotCompleted error but i don't know why...

c#taskusing-statement

Read More
Why does the .NET BCL class ClientBase EXPLICITLY implement IDispose...

c#disposeusing-statementexplicit-interface

Read More
Unassigned local variable/ alter XML Format...

c#sqlxmlusing-statementunassigned-variable

Read More
Does "using" block release resource when program force closed...

c#disposeidisposableusing-statement

Read More
Passing two arguments from separate using statements into a function...

c#sql-serverasp.net-mvcargument-passingusing-statement

Read More
should libgit2sharp Repository be explicitly disposed?...

gitrepositorydisposeusing-statementlibgit2sharp

Read More
Consequences of not using using() DB connections?...

c#memory-leaksgarbage-collectiondisposeusing-statement

Read More
Using "using" statements for every object implementing IDisposable?...

active-directoryidisposableusing-statement

Read More
C# using statement catch error...

c#usingusing-statement

Read More
When to use the Using statement...

.netvb.netfilestreamusing-statement

Read More
Invalid Parameters Execption using sequence...

c#winformsusing-statement

Read More
How to handle WCF exceptions (consolidated list with code)...

c#wcfexceptionusing-statementduplex

Read More
Access Undisposed Resource of a Disposable Object Outside of Using Block...

c#using-statement

Read More
Custom Assembly is added to the PowerShell Assemblies but still won't compile...

c#.netpowershellusing-statementadd-type

Read More
MemoryStream in Using Statement - Do I need to call close()...

c#usingmemorystreamusing-statement

Read More
How to refactor "using" statement to avoid code duplication?...

c#wcfrefactoringusing-statement

Read More
Effective usage of the using-statement (not in MSDN)...

c#usingusing-statement

Read More
BackNext