Using for IDbConnection/IDbTransaction safe to use?...
Read MoreWhich is the better, an instance variable or a local variable for an EF context?...
Read MoreUsing 'Using' for things other than resource disposal...
Read MoreShould I use a using statement to create a Windows.Forms.Form object?...
Read Moreoracle dynamic sql using params with brackets as table name...
Read MoreIs object eligible for garbage collection if it's created within using-statement and not explici...
Read MoreHow should I replicate the functionality of C#'s 'using' statement in Java?...
Read MoreWhat is the relationship between the using keyword and the IDisposable interface?...
Read Moreusing block swallowing exceptions...
Read MoreWill the clean-up logic still get called if an exception is thrown from within a using statement?...
Read MoreMultiple variables within same using block...
Read MoreBenefit/Use of using statement before streamwriter , streamreader...
Read MoreContinue processing in spite of unavailable WCF Service...
Read MoreUsing multiple values in a using statement in C#?...
Read MoreIs using the completed type name in code is faster than a using directive for the whole namespace...
Read MoreC# IDisposable object for entire class...
Read MoreAre all disposable objects instantiated within a using block disposed?...
Read MoreWhy isn't "CreateCommand()" part of C# (or at least .NET)?...
Read MoreIs re-using GDI+ objects bad practice? (or: How to use many nested using blocks without getting head...
Read More'System.Data.DataRowView' in DropDownList...
Read MoreCan I replace Initialize() and Close() method calls with a using block somehow in this snippet?...
Read MoreC#: "using" directive and try/catch block...
Read MoreHow to use object initializers with using statements?...
Read MoreHow to call asynchronous wcf method in using statement?...
Read MoreReturning from method disposes corectly the object?...
Read MoreUsing statement with try catch. What happens to instance from using statement?...
Read MoreWrapping a Using Block inside of another Using Block - is it overkill?...
Read More