About 769,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 logic behind the "using" keyword in C++?

    Dec 26, 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 …

  3. c# - try/catch + using, right syntax - Stack Overflow

    In other word, if you know that the initialization of a variable in using may throw a particular exception, I wrap it with try-catch. Similarly, if within using body something may happen, which …

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

    Dec 16, 2014 · 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 …

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

    Feb 26, 2020 · 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 …

  6. MySQL JOIN ON vs USING? - Stack Overflow

    Feb 19, 2021 · In a MySQL JOIN, what is the difference between ON and USING()? As far as I can tell, USING() is just more convenient syntax, whereas ON allows a little more flexibility …

  7. How do I use the C#6 "Using static" feature? - Stack Overflow

    Aug 6, 2015 · I'm having a look at a couple of the new features in C# 6, specifically, "using static". using static is a new kind of using clause that lets you import static members of types directly …

  8. How to create temp table using Create statement in SQL Server?

    Mar 26, 2017 · How to create temp table using Create statement in SQL Server? Asked 8 years, 3 months ago Modified 8 months ago Viewed 339k times

  9. How can I uninstall an application using PowerShell?

    Sep 22, 2008 · Is there a simple way to hook into the standard 'Add or Remove Programs' functionality using PowerShell to uninstall an existing application? Or to check if the …

  10. Accessing Microsoft Sharepoint files and data using Python

    Jan 30, 2020 · 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 …