Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in using-statement

Which is better, and when: using statement or calling Dispose() on an IDisposable in C#?

Global "using" directives in VS2010/C#?

using(IDisposable obj = new ...) in C# to write code blocks in stream (e.g. XML)

A question of style/readability regarding the C# "using" statement

C# using statement

c# using using-statement

C# 'using' statement question

Using-statement with async call | Cancel operation?

Is there a way to have a using statement with dynamically-created targets?

C# network programming and resource usage

using statement on IDisposable object - delay of calling Dispose method

Disposables, Using & Try/Catch Blocks

c# .net using-statement

What does using(object obj = new Object()) mean?

c# .net using-statement

Is Try/Catch/finally required with the Using statement in order to handle exceptions?

When Using statement should be used?

c# using-statement

Declare 2 types inside using statement gives compile error?

c# using-statement

How do I know the best place to use 'using'?

c# using-statement

What does Using(.....){...} mean [duplicate]

Occasions when the using statement and IDisposable should never be used

c# .net using-statement

Using 'Using' for things other than resource disposal [duplicate]

c# using-statement

Using statement around dialog form to ensure garbage collection