About 706,000 results
Open links in new tab
  1. What are the uses of "using" in C#? - Stack Overflow

    Mar 8, 2017 · User kokos answered the wonderful Hidden Features of C# question by mentioning the using keyword. Can you elaborate on that? What are the uses of using?

  2. What is the C# Using block and why should I use it? [duplicate]

    The using statement is used to work with an object in C# that implements the IDisposable interface. The IDisposable interface has one public method called Dispose that is used to …

  3. What is the difference between using and await using? And how …

    Oct 29, 2019 · 45 Justin Lessard's answer explains the difference between using and await using, so I'll focus on which one to use. There are two cases: either the two methods Dispose / …

  4. What is the difference between 'typedef' and 'using'?

    Updating the using keyword was specifically for templates, and (as was pointed out in the accepted answer) when you are working with non-templates using and typedef are …

  5. What's the problem with "using namespace std;"?

    The problem with putting using namespace in the header files of your classes is that it forces anyone who wants to use your classes (by including your header files) to also be 'using' (i.e. …

  6. grammar - 'I was using', 'I have used', 'I have been using', 'I had ...

    Oct 21, 2010 · I had been using cocaine. Meaning, with a reference point in the past, starting a time before then up to the reference point, I was habitually using cocaine up to and including …

  7. MySQL JOIN ON vs USING? - Stack Overflow

    Feb 19, 2021 · Extremely good point. Of all the advantages using provides, it can't be combined with other predicates: select*from t join t2 using(i) and on 1 wouldnt work.

  8. What is the use of "using namespace std"? [duplicate]

    Sep 20, 2013 · What is the use of using namespace std? I'd like to see explanation in Layman terms.

  9. Azure function app authenticating using managed identity with …

    Jun 18, 2024 · Azure function app authenticating using managed identity with scope Asked 1 year, 4 months ago Modified 3 months ago Viewed 6k times

  10. Iterating over a dictionary using a 'for' loop, getting keys

    Mar 16, 2017 · Iterating over a dictionary using a 'for' loop, getting keys Asked 15 years, 3 months ago Modified 2 days ago Viewed 6.1m times