Skip to content

Instantly share code, notes, and snippets.

@Apostolique
Last active March 16, 2019 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Apostolique/8457dd7507e9ecd4407b2b5bab64d236 to your computer and use it in GitHub Desktop.
Save Apostolique/8457dd7507e9ecd4407b2b5bab64d236 to your computer and use it in GitHub Desktop.
How to get started with C# guide
  1. https://www.microsoft.com/net/download/windows
  2. https://code.visualstudio.com/
  3. Create new folder.
  4. Shift + Right Click in folder -> Open powershell window here
  5. Input -> dotnet new console
  6. Right Click in folder -> Open with code
  7. In code, install extensions:
    • C#
    • C# Extensions
    • C# FixFormat
  8. In vscode press F5 -> .NET Core
    • Some files are created to build the program for you.
  9. Press F5, when the program runs you will see "Hello World!".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment