Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in using-statement

"Timeout expired" exception on code exclusively using using statements

Can I safely use object initializers inside using statements?

Why is my FileStream object being disposed of when I'm "using" a BinaryReader object?

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

c# winforms using-statement

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

Is object eligible for garbage collection if it's created within using-statement and not explicitly bound to a reference?

c# .net using-statement

Using statement with changing used variable

c# using using-statement

Is it good practice to use "using" on a new empty DataTable?

Can a return statement prevent a using statement from closing a connection to a database?

"using" statment inside method can cause troubles of data corruption or Access violation?

When to use the Using statement

Are there situations where using will not dispose of an object?

c# using-statement

Are "using" statements "bad code"? [closed]

Removing redundant using statements

Multiple variables within same using block [duplicate]

How to "BeginScope" for a specific Custom Scoped lifestyle in Castle Windsor?

using declarations for template function of template base class

c# question - is there a tool to identify where I should/can use a "using" statement to ensure resources are closed?

C#: "Using" Statements with HttpWebRequests/HttpWebResponses