About 54 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. PowerShell Syntax $using - Stack Overflow

    Oct 31, 2020 · The Using scope modifier is supported in the following contexts: Remotely executed commands, started with Invoke-Command using the ComputerName, HostName, SSHConnection or …

  3. What is difference between "using" and "by using"?

    By using a joystick or a pointing device, an on-screen keyboard allows people with mobility impairments to type data. The second sentence states that the on-screen keyboard is the one that uses the …

  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 mechanically identical, so …

  5. "Using" or "by using"? - English Language & Usage Stack Exchange

    Not using by means that the technology used is incidental, and the focus is on the approach being shown to be feasible. Without more context it's impossible to say what the intended import of the …

  6. How do I remove the process currently using a port on localhost in ...

    How can I remove the current process/application which is already assigned to a port? For example: localhost:8080

  7. .net - use of "using" keyword in c# - Stack Overflow

    Nov 20, 2009 · Using the using keyword can be useful. Using using helps prevent problems using exceptions. Using using can help you use disposable objects more usefully. Using a different using …

  8. C# 8 understanding await using syntax - Stack Overflow

    C# 8 understanding await using syntax [duplicate] Asked 6 years, 5 months ago Modified 4 years, 5 months ago Viewed 92k times

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

    Oct 22, 2008 · What is the scope on this declaration? If I do this in a header, will it inject these 'using' declarations into every cpp file that includes the header?

  10. Unable to get local issuer certificate when using requests

    Most browsers can automatically download the Intermediate Certificate using the URL in "Authority Info Access" section in the Certificate, but Python, Java, and openssl s_client cannot. They rely on the …