Search code examples
Visibility of aliases in C# namespace...

c#using

Read More
How to make statement case insensitive when uploading a dta file with specified columns?...

for-loopimportstatausingcase-insensitive

Read More
Is there any benefit to not using a namespace and using the class with the namespace instead?...

c#namespacesusing

Read More
How to declare a template friend class inside other template class?...

c++variadic-templatesusingfriend-class

Read More
Is there a way to declare cyclic type aliases in C++...

c++c++20typedefusingtype-declaration

Read More
In C#, using "using" results in errors, is there a better practice than just not using &qu...

c#usingstreamwritermemorystreamcsvhelper

Read More
Defining a Type Alias in C# across multiple files...

c#typedefusing

Read More
is dispose need for using()?...

methodsdisposestreamreaderusing

Read More
In C#, how to name the type of a tuple with named members? (Like C++ typedef)...

c#typedefusingnamed

Read More
in a "using" block is a SqlConnection closed on return or exception?...

c#usingsqlconnection

Read More
Can you use a namespace while adding to it? Or is that confusing?...

c++namespacesusing

Read More
Is there a difference between 'using' and '#define' when declaring a type alias?...

c++preprocessorusing

Read More
Is there a better deterministic disposal pattern than nested "using"s?...

c#c++usingraii

Read More
how to change typedef struct declaration into a using alias struct?...

c++structtypedefusing

Read More
Do HttpClient and HttpClientHandler have to be disposed between requests?...

c#.net-4.5idisposableusingdotnet-httpclient

Read More
Does Stream.Dispose always call Stream.Close (and Stream.Flush)...

c#.netusing

Read More
Do I need to call DisposeAsync on a FileStream when using it with using clause?...

c#.netfilestreamusing

Read More
Why cant i use alias type for constructing? C++...

c++templatesusingvariantdecltype

Read More
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
C#: given type alias X, why I can't use List<X> in a definition of another type alias?...

c#using

Read More
why we use nested using statement in c#?...

c#usingusing-statement

Read More
How to inherit using declarations from base class...

c++templatesusingcrtp

Read More
Powershell GUI - Output to textbox from Invoke-Command function...

powershellusinginvoke-command

Read More
What does "using System" mean in C#?...

c#using

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

c++function-pointersusingstate-machine

Read More
Set all properties to null is a valid way to dispose an object?...

c#garbage-collectionusingidisposable

Read More
Does .dll ignore import errors, clr...

c#dllreferenceusing

Read More
C# - getting out of using with return doesnt work...

c#.netreturntask-parallel-libraryusing

Read More
How to convert c-style define of "<>::value" to "c++ template"...

c++templatesusing

Read More
Optional context parameter in using statement...

c#entity-frameworkusingoptional-parameters

Read More
BackNext