Search code examples
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
Is in C# List something like vector.reserve(n) in C++...


c#c++listusingstdvector

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
Ambiguous variable reference in C++...


c++scopenamespacesusing

Read More
How to connect "using" keyword with Deconstruct method...


c#usingidisposable

Read More
How to use "using variable" in Julia...


variablespackagejuliausing

Read More
How to use variable value declared in Microsoft PowerPoint Object module in Main Module...


vbavariablespowerpointusing

Read More
C# Conditionally disposing of Entity Framework DbContext only when needed...


c#entity-frameworkdisposeusing

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


c#idisposableusing

Read More
Using decltype for templated function declaration results in "conflict" when defining the ...


c++templateslanguage-lawyerusingdecltype

Read More
Combining foreach and using...


c#foreachidisposableusing

Read More
Do I need both Dispose() and Complete() methods in a transaction to achieve a roll back in case of f...


vb.nettransactionsusing

Read More
C# .NET Core - Will a disposable persist across a try/catch block when declared outside? Is this poo...


c#try-catchserilogusingidisposable

Read More
How to use Moq to return a List of data or values?...


c#testingmoqusing

Read More
MySQL JOIN ON vs USING?...


mysqljoinusing

Read More
What does `using std::swap` inside the body of a class method implementation mean?...


c++stdusingargument-dependent-lookup

Read More
Why do type alias templates use 'using' instead of 'typedef' in their syntax?...


c++c++11typedefusinglanguage-design

Read More
What is the difference between "using T::member" and "using namespace"?...


c++namespaceskeywordusingusing-declaration

Read More
Loop Inside a dotnet using stament...


.netloopsusing

Read More
Does a using namespace directive make names usable in inlined functions?...


c++templatesnamespacesusingcompiler-bug

Read More
string replace using Linq in c#...


linqstringreplaceusing

Read More
What are the uses of "using" in C#?...


c#usingusing-statement

Read More
Alter column type with non-trivial usage of "using" clause...


postgresqlusingalter-table

Read More
If an Exception happens within a using statement does the object still get disposed?...


c#exceptiontry-catchusing

Read More
BackNext