Search code examples
When is a `using var` disposed? Is it out-of-scope as soon as possible or at the end of the block?...


c#scopeusingidisposableusing-statement

Read More
Should I Dispose() DataSet and DataTable?...


datatabledatasetdisposeidisposableusing

Read More
Declaring aliases for anonymous classes...


c++language-lawyerusingdecltypeanonymous-class

Read More
Is in C# List something like vector.reserve(n) in C++...


c#c++listusingstdvector

Read More
What is the difference between "using std::string" and "#include <string>"...


c++stringincludeusing

Read More
MySQL JOIN ON vs USING?...


mysqljoinusing

Read More
Resolve ambiguous reference in C# file...


c#usingambiguous

Read More
An alias for a function pointer declared by "using"...


c++function-pointersusingstate-machine

Read More
Version-independent code for Rfc2898DeriveBytes (has Dispose on .NET 4.0 but not on 2.0)...


c#.netdisposeusing

Read More
Scala given in lexical scope not found in called function...


scalausingimplicitscala-3given

Read More
Struct and IDisposable...


c#.netidisposableusing

Read More
How do I use the C#6 "Using static" feature?...


c#visual-studio-2015staticusingc#-6.0

Read More
Will Dispose() be called in a using statement with a null object?...


c#idisposableusing

Read More
How to alias and instantiate a template function at same time?...


c++templatesaliasinstantiationusing

Read More
Using conversion operator with automatic return type deduction from base class...


c++c++14usingautoconversion-operator

Read More
How to bring base template class type in current scope when classes type names match?...


c++templatesusing

Read More
C++ Forward declare using directive...


c++c++11usingforward-declaration

Read More
Implementing IDisposable/IDisposeAsync as an abstract base class...


c#.netasynchronousdisposeusing

Read More
How to add data to file in javascript?...


javascriptoverridingusingactivexobject

Read More
Subscribing from JavaScript to RabbitMQ to receive Push Messages...


javascriptnode.jsrabbitmqusing

Read More
Why is 'using' improving C# performances...


c#disposeusingidisposable

Read More
Is this a standard conforming way for selective constructor "inheritance"?...


c++11inheritanceconstructorlanguage-lawyerusing

Read More
How to return a Stream from a method, knowing it should be disposed?...


c#streamfilestreamusingidisposable

Read More
Using the "using" statement with StreamWriter/Reader inside loop...


c#usingstreamreaderstreamwriter

Read More
Using-declaration to introduce dependent name from base class template...


c++templateslanguage-lawyerusingdependent-name

Read More
C# ValueTuple with disposable members...


c#usingidisposablevaluetuple

Read More
Does the guidance against using in headers apply to type aliases?...


c++typedefusingalias-declaration

Read More
Writing into the same file with two `using` statements and two writers...


c#usingstreamwriter

Read More
C# proper (and easy) implementation for changing `using` statements?...


c#.netwrapperusing

Read More
How can i select one of declared structure and make alias?...


c++classstructtypedefusing

Read More
BackNext