Search code examples
Using for IDbConnection/IDbTransaction safe to use?...

c#vb.nettransactionsdatabase-connectionusing-statement

Read More
Which is the better, an instance variable or a local variable for an EF context?...

c#entity-frameworkidisposableusing-statement

Read More
Using 'Using' for things other than resource disposal...

c#using-statement

Read More
Should I use a using statement to create a Windows.Forms.Form object?...

c#winformsusing-statement

Read More
oracle dynamic sql using params with brackets as table name...

plsqldynamic-sqlusing-statement

Read More
Is object eligible for garbage collection if it's created within using-statement and not explici...

c#.netusing-statement

Read More
Saving/Loading Using()/Try-Catch...

c#streamusing-statement

Read More
How should I replicate the functionality of C#'s 'using' statement in Java?...

c#javatry-catchusing-statementtry-catch-finally

Read More
What is the relationship between the using keyword and the IDisposable interface?...

c#.netidisposableusing-statementresource-management

Read More
Correct scope of using using...

c#scopeusing-statement

Read More
using block swallowing exceptions...

c#exceptionusing-statement

Read More
Will the clean-up logic still get called if an exception is thrown from within a using statement?...

c#winformshttpwebrequesttry-catchusing-statement

Read More
Multiple variables within same using block...

c#disposeidisposableusingusing-statement

Read More
Benefit/Use of using statement before streamwriter , streamreader...

c#using-statement

Read More
Continue processing in spite of unavailable WCF Service...

c#.netwcftry-catchusing-statement

Read More
Using multiple values in a using statement in C#?...

c#using-statement

Read More
Is using the completed type name in code is faster than a using directive for the whole namespace...

asp.net.netperformancedllimportusing-statement

Read More
C# IDisposable object for entire class...

c#refactoringcode-reuseusing-statement

Read More
Are all disposable objects instantiated within a using block disposed?...

c#vb.netdisposeusing-statement

Read More
Why isn't "CreateCommand()" part of C# (or at least .NET)?...

c#sql-serverusing-statement

Read More
using statements...

c#sqlconnectionusing-statement

Read More
Is re-using GDI+ objects bad practice? (or: How to use many nested using blocks without getting head...

c#gdi+disposeusing-statement

Read More
'System.Data.DataRowView' in DropDownList...

c#asp.netc#-4.0c#-3.0using-statement

Read More
Can I replace Initialize() and Close() method calls with a using block somehow in this snippet?...

c#.netidisposablestreamwriterusing-statement

Read More
C#: "using" directive and try/catch block...

c#databasetry-catchusing-statement

Read More
How to use object initializers with using statements?...

c#refactoringusingusing-statement

Read More
How to call asynchronous wcf method in using statement?...

c#wcfasynchronoususing-statement

Read More
Returning from method disposes corectly the object?...

c#.netidisposableusing-statementtry-finally

Read More
Using statement with try catch. What happens to instance from using statement?...

c#.netusing-statement

Read More
Wrapping a Using Block inside of another Using Block - is it overkill?...

c#using-statement

Read More
BackNext