About 761,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 difference between using and await using? And how …

    Oct 29, 2019 · It looks like you can only use await using with a IAsyncDisposable and you can only use using with a IDisposable since neither one inherits from the other. The only time you can use either is if the concrete class implements both and then it depends on if you are writing asynchronous code or not.

  3. 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 object inside a try block and then calling Dispose in a finally block; in fact, this is how the using statement is translated by the compiler.

  4. 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 why the "using" keyword is used as such.

  5. Defining and using a variable in batch file - Stack Overflow

    Defining and using a variable in batch file Asked 13 years, 3 months ago Modified 4 months ago Viewed 1.3m times

  6. 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 documentation doesn't p...

  7. What's the scope of the "using" declaration in C++?

    Oct 22, 2008 · But if you put the using declaration inside a namespace it's limited to the scope of that namespace, so is generally OK (with the usual caveats on your particular needs and style).

  8. Accessing Microsoft Sharepoint files and data using Python

    Jan 30, 2020 · 16 I am using Microsoft sharepoint. I have an url, by using that url I need to get total data like photos,videos,folders,subfolders,files,posts etc... and I need to store those data in database (Sql server). I am using python. So,Please anyone suggest me how to do this and I am beginner for accessing sharepoint and working this sort of things.

  9. Newest Questions - Stack Overflow

    I am working with this data and attempting to create a pivot-like report using a formula, with months displayed as columns, status categories as rows, and the corresponding status counts under each ...

  10. How can I install and use "make" in Windows? - Stack Overflow

    Just using MSYS2 I wasn't able to use mklink. MSYS2's pacman can install a make pacman -S make, which is not working correctly. Instead, mingw32-make.exe was already present in msys64/mingw64/bin. Maybe it shipped with gcc. I'm confused why it's not just called make.exe, though. I just copied it to make.exe.