Search code examples
Return inside or outside the using statement?...

c#returnusing-statement

Read More
Why exiting "using" invokes unexpected Dispose()?...

c#.netinheritanceidisposableusing-statement

Read More
Why is c# creating a file before any file stream is created?...

c#filefilestreamstreamwriterusing-statement

Read More
using statement for multiple assignments to the variable...

c#.netusing-statement

Read More
How to determine whether a .NET exception is being handled?...

c#.netexceptionusing-statement

Read More
Why variable that declared in a using statement treated as readonly?...

c#.netusing-statementobject-lifetime

Read More
Global "using" directives in VS2010/C#?...

c#visual-studio-2010using-statementusing-directives.net-4.0

Read More
Invoke a Method of Child form opened with Using Statement...

c#reflectionusing-statement

Read More
Correct method of retrieving data from another class thats wrapped in using statement...

c#winformsusing-statement

Read More
Why use a using statement with a SqlTransaction?...

c#using-statementsqltransactionsystem.datasystem.data.sqlclient

Read More
What is the C# Using block and why should I use it?...

c#.netsyntaxusingusing-statement

Read More
The scope of C#'s using keyword...

c#using-statement

Read More
Auto import usings not working Visual Studio 2019...

c#visual-studiovisual-studio-2019intellisenseusing-statement

Read More
Can the C# using statement be written without the curly braces?...

c#using-statement

Read More
How to set some using statements as not redundant even if they are?...

c#visual-studio-2015resharpersettingsusing-statement

Read More
Why is the using variable disposing itself before leaving the method?...

c#.netidisposableusing-statementpuppeteer-sharp

Read More
Is my way of using MongoDB C# driver FindAsync flawed?...

c#winformsasync-awaitmongodb-.net-driverusing-statement

Read More
using statement on IDisposable object - delay of calling Dispose method...

c#idisposableusing-statement

Read More
what does a using statement without variable do when disposing?...

c#transactionsusing-statement

Read More
C# Using keyword- nested in single line...

c#using-statement

Read More
What happens if i return before the end of using statement? Will the dispose be called?...

c#.netdisposeidisposableusing-statement

Read More
Do I need to release a connection if I throw an error?...

mysqlexceptionerror-handlingusing-statementtry-catch-finally

Read More
'Using static' on a class contained private enum in C#...

c#enumsusingusing-statement

Read More
How can I fix the error on Newtonsoft.Json using statement?...

json.netusing-statement

Read More
try/catch + using, right syntax...

c#try-catchusing-statement

Read More
Where do I put try/catch with "using" statement?...

c#try-catchusing-statement

Read More
what is the VBA for the USING statement...

ms-accessvbausing-statementusing-directives

Read More
Declare a resource outside the using statement...

c#.netidisposablesqlconnectionusing-statement

Read More
IDisposable.Dispose is never called after exception in using block...

c#.netexceptionidisposableusing-statement

Read More
Using-statement with async call | Cancel operation?...

c#asynchronousdisposeusing-statement

Read More
BackNext