Visual Studio Code - BNU-CO453/ConsoleApps15 GitHub Wiki

Using Visual Studio Code

Visual Studio is a very large application (up to 200 GB) that requires 16GB of RAM to run comfortably. It is also difficult to install, with the installation taking several hours.

You may need to install the .NET SDK 6.0 and .NET SDK 3.1 for console applications.

You may need to install Git to use Git inside VS-Code

Visual Studio Code on the other hand is a much smaller application and can be used as an alternative.

Useful Videos

  1. Setting Up Visual Studio Code 2022
  2. Create a new console project using Visual Studio Code
  3. Intro to VSCode for C# Developers - From Installation to Debugging
  4. How to run the program from the user interface
  5. How to Clone and use the starting repository for CO453 in Visual Studio Code
  6. Get Started with VS Code using C# and .NET Core on MacOS
  7. Visual Studio Code for C# Developers | .NET Conf 2022
  8. How to Run C# in VSCode (Compile, Debug, and Create a Project)