About 726,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# - 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 is not directly …

  3. Why use a using statement with a SqlTransaction?

    During my Googling I see many people using a using statement with a SqlTransaction. What is the benefit and/or difference of using this type of statement with a SqlTransaction?

  4. c# - Using .ToDictionary () - Stack Overflow

    Aug 31, 2010 · Edit The ToDictionary() method has an overload that takes two lambda expressions (nitpick: delegates); one for the key and one for the value. For example: var myDic = …

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

  6. 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 database(Sql se...

  7. How does `USING` keyword work in PostgreSQL? - Stack Overflow

    Jan 29, 2024 · I am confused with the USING keyword which is used to join two tables in postgres. I first saw it in another SO post Compare two tables in postgres. I checked the manual for postgres 2.6. …

  8. How do I UPDATE from a SELECT in SQL Server? - Stack Overflow

    Feb 25, 2010 · Although the question is very interesting, I have seen in many forum sites and made a solution using INNER JOIN with screenshots. At first, I have created a table named with schoolold …

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

  10. Using openssl to get the certificate from a server [closed]

    I am trying to get the certificate of a remote server, which I can then use to add to my keystore and use within my Java application. A senior dev (who is on holidays :( ) informed me I can run this: