Search code examples
Is calling Close on a class in a using clause beneficial, harmful, or moot?...

c#serial-portusing-statementopennetcf

Read More
How do I access a variable that I populate within a using block outside of that block?...

c#disposeusing-statement

Read More
Using statement doesn't seem to dispose my object...

c#ado.netdisposesqlcommandusing-statement

Read More
Passing constructor delegate or object for unmanaged resources...

c#unmanagedidisposableusing-statement

Read More
should use using/end using or manually close sqlConnection...

vb.netsqlconnectionusing-statement

Read More
C# / Informix: Do I need to explicitly call Close on my DB Connection if it's in a using stateme...

c#database-connectioninformixusing-statement

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

c#usingusing-statement

Read More
SqlCommand-SqlConnection Using Disposing issue...

c#disposeusing-statement

Read More
Can I have a MVC partial/child view which is NOT rendered in a deferred manner?...

asp.net-mvcpartial-viewsorganizationusing-statementasp.net-mvc-views

Read More
using object available to view, unavailable to partial view...

asp.net-mvcusing-statementasp.net-mvc-partialview

Read More
Using statement in Visual Basic...

vb.netsyntax-errorusing-statement

Read More
IDbConnection and using blocks in c#...

c#usingusing-statementidbconnection

Read More
using with object type...

c#castingidisposableusing-statement

Read More
sqlConnection/Command using statement + try/catch block...

c#sqlexceptionusing-statement

Read More
Do using statements and await keywords play nicely in c#...

c#asynchronoususing-statement

Read More
"using" instruction overhead when writing a file in c#...

c#streamwriterusing-statement

Read More
Entity Framework (v6) closes connections after exception without using statment? Experiment resuls i...

entity-frameworkexceptiondisposeusingusing-statement

Read More
Objective-C similar statement to C# using?...

c#objective-cusing-statement

Read More
VB.NET: question about "using" block...

vb.neterror-handlingusing-statement

Read More
why is there no Dispose method on HttpWebResponse...

c#.netidisposableusing-statement

Read More
Problems with the Using Statement and WCF client...

c#wcfusing-statement

Read More
What using directive can I implement in my .cs file that will let me use the "WebPageExecutingB...

c#webmatrixusingusing-statementusing-directives

Read More
Using the using-statement with an already instantiated object...

c#using-statement

Read More
What is the correct way use of "using" in C#.NET?...

c#asp.netusing-statement

Read More
What happens if I called Dispose() before using statement end?...

c#using-statement

Read More
Using statement with more than one system resource...

vb.netcoding-styleusing-statement

Read More
Using the using statement multiple times...

asp.netconnectionusing-statement

Read More
Do I need to use multiple using statements?...

c#asp.netusing-statement

Read More
Returning IQueryable from within a using block. Need better design...

c#linqlinq-to-sqlusing-statement

Read More
C# "using" blocks and catching exceptions...

c#try-catchhttprequestusing-statement

Read More
BackNext