About 750,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. c# - 'using' statement vs 'try finally' - Stack Overflow

    Jul 29, 2015 · The using statement ensures that Dispose is called even if an exception occurs while you are calling methods on the object. You can achieve the same result by putting the …

  3. What is the logic behind the "using" keyword in C++?

    Dec 27, 2013 · 239 What is the logic behind the "using" keyword in C++? It is used in different situations and I am trying to find if all those have something in common and there is a reason …

  4. Azure function app authenticating using managed identity with …

    Jun 18, 2024 · Azure function app authenticating using managed identity with scope Asked 1 year, 2 months ago Modified 16 days ago Viewed 5k times

  5. Why use a using statement with a SqlTransaction?

    Jul 15, 2009 · I've been running into some problems concerning a SqlTransaction I'm using in my code. During my Googling I see many people using a using statement with a SqlTransaction. …

  6. How do I get the value of text input field using JavaScript?

    Jul 19, 2012 · How do I get the value of text input field using JavaScript? Asked 13 years, 1 month ago Modified 1 year, 8 months ago Viewed 4.2m times

  7. c# - in a "using" block is a SqlConnection closed on return or ...

    The intention of "using" is to give developers a guaranteed way to make sure that resources get disposed. From MSDN: A using statement can be exited either when the end of the using …

  8. Copilot workspace with VS-code throws an error "Language model ...

    May 15, 2025 · while using Copilot workspace with VS-code it throws an error "Language model unavailable" everytime I try to use the copilot search model. anyidea how to fix this?

  9. 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 …

  10. How to update/upgrade a package using pip? - Stack Overflow

    Nov 2, 2017 · What is the way to update a package using pip? those do not work: pip update pip upgrade I know this is a simple question but it is needed as it is not so easy to find (pip …