About 53 results
Open links in new tab
  1. c# - Where can i run my code in visual studio? - Stack Overflow

    Nov 23, 2020 · Check this guide Tutorial: Create a simple C# console app in Visual Studio. Open Visual Studio 2019. On the start window, choose Create a new project. On the Create a new …

  2. Running a C# program with command line prompts in Visual …

    May 26, 2017 · Currently (I've been learning dotnet, C#, VS, etc as I go) I have a hello world program I can run from vsc's terminal. For a reason I haven't been able to pinpoint, probably …

  3. Run C# Console Application on Visual Studio Code Editor on …

    Aug 14, 2015 · Create a folder somewhere and in that folder run dotnet new. Go into VS code and open the folder to get the project loaded. Open the terminal in that folder and run dotnet run. …

  4. How can I compile and run a C# program without using Visual …

    There are different ways for this: 1.Building C# Applications Using csc.exe. While it is true that you might never decide to build a large-scale application using nothing but the C# command-line …

  5. .net - Visual Studio Code can't run C# file - Stack Overflow

    May 9, 2020 · I am starting a tutorial about C# and, unfortunely, my PC can't handle Visual Studio, so a friend of mine recommended me Visual Studio Code, because it's a lot more light. I …

  6. c# - Visual Studio Code run individual .cs files - Stack Overflow

    Mar 27, 2018 · In Visual Studio Code Open the folder containing your Program.cs file, as long as their is a project file in that folder you can open a new terminal window and type dotnet build …

  7. visual studio - How to quickly code and run small C# code - Stack …

    Dec 22, 2008 · There are times when I want to test new code from the forums or when I need to help my friends with specific C# problem. The problem is I don't want to create new "project" in …

  8. Compile to a stand-alone executable (.exe) in Visual Studio

    Jan 9, 2010 · how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users would not like to install a tiny Console application. I compiled a …

  9. c# - Execute code when breakpoint is hit? - Stack Overflow

    Apr 22, 2013 · The answer for Visual Studio 2017 is similar to Thorarin's answer, but some UI components have changed. In visual studio 2017, the menu item you are looking for is …

  10. Can't run program because it asks me to attach on process

    I have x64 on my mashine and after installing Visual Studio I couldn't run the code same as you. I solved the issue by deleting this Path system's variable which is in System Properties > …

Refresh