Search code examples
Why doesn't 'using' have a catch block?...

c#language-featuresusingusing-statement

Read More
Is C#'s using statement abort-safe?...

c#multithreadingthread-safetyusing-statementabort

Read More
Using statement with a scalar query...

vb.netusingusing-statementscalarexecutescalar

Read More
Less specific using statements conflicting with more specific ones...

c#ninjectusing-statement

Read More
using statement for SQL command...

c#sql-server-2005using-statement

Read More
How could one refactor code involved in nested usings?...

c#refactoringusing-statementcode-duplication

Read More
C#: "Using" Statements with HttpWebRequests/HttpWebResponses...

c#httpwebrequestusinghttpwebresponseusing-statement

Read More
Are "using" statements "bad code"?...

c#exceptionusing-statement

Read More
Why does using throw an exception when it's supposed to behave like try/catch/finally?...

c#exceptiontry-catchusing-statement

Read More
Accessing objects from within the scope of a using block through the object being used...

c#.netc#-4.0using-statement

Read More
using & try/catch nesting...

c#try-catchusing-statement

Read More
Can we use `Using` block in WF 4?...

workflow-foundationworkflow-foundation-4usingusing-statement

Read More
Exception in "using" statement with WCF not closing connections properly. How does one clo...

c#wcfexceptionproxyusing-statement

Read More
show where the using directive is used...

c#visual-studiousing-statement

Read More
Is there a way to make a “using” statement terminate before a nested one?...

c#using-statement

Read More
Using all overloads of the base class...

c++inheritanceoverloadingusing-statementoverriding

Read More
Are resources disposed even if an exception is thrown in a using block?...

c#asp.net.netexceptionusing-statement

Read More
C# network programming and resource usage...

c#.netnetwork-programmingusing-statement

Read More
Trying to understand the 'using' statement better...

c#using-statement

Read More
using a SqlConnection in C++ / .NET...

.netc++sql-servermsdnusing-statement

Read More
how to do error handling with using statements in C#...

c#ado.nettransactionserror-handlingusing-statement

Read More
WCF Proxy usage...

c#.netwcfproxyusing-statement

Read More
How to stop ReSharper from removing unused Using statements when moving/updating Namespace declarati...

c#visual-studio-2010namespacesresharperusing-statement

Read More
this keyword inside a using block in C#...

c#using-statement

Read More
hide implementation of C# 'using's arguments...

c#using-statement

Read More
Is it safe to wrap Application.Run(new Form()) with a using(...) { } statement?...

c#c#-3.0singletonusing-statement

Read More
Weird issue with namespace...

c#asp.netwinformsusing-statement

Read More
C# "using" statement and try/catch...

c#winforms.net-3.5exceptionusing-statement

Read More
Dynamically adding Page size dropdown list in the Gridview Pager...

c#asp.netgridviewdrop-down-menuusing-statement

Read More
"using" keyword for base class variable...

c++inheritanceusing-statement

Read More
BackNext