C# programming with Visual Studio Code
code.visualstudio.com › Docs › languagesThe Visual Studio Code C# extension can generate the assets you need to build and debug. If you missed the prompt when you first opened a new C# project, you can still perform this operation through the Command Palette ( View > Command Palette ⇧⌘P (Windows, Linux Ctrl+Shift+P ) ) by typing '.NET', and running .NET: Generate Assets for Build and Debug .
How to run a program (C#) - Visual Studio (Windows)
To start building the program, press the green Start button on the Visual Studio toolbar, or press F5 or Ctrl + F5. Using the Start button or F5 runs the program under the debugger. Visual Studio attempts to build and run the code in your project. If a build doesn't succeed, see the following sections for some ideas on how to get the project to ...