Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Run a C Sharp Program in VS Code

From Groundhog Learning

  1. Open the Terminal: Menu View -> Terminal.
  2. Change directory to your project folder: cd <PROJECT_FOLDER_NAME>.
  3. Run the program with: dotnet run.
  4. The program will build and run in the terminal window.

Related Concepts