Installing .NET and tools for .NET development
In this section, you will be installing the most recent version of .NET, .NET 7. The installation and setup will be split into three steps:
- Installing the .NET SDK and runtime
- Installing Visual Studio Code
- Configuring Visual Studio Code for C# development
Let’s start!
Installing the .NET SDK and runtime
The .NET SDK and runtime can be installed on Windows, macOS (including ARM64 for machines with M1 chips and higher), and Linux. Installing the SDK and runtime can be done in one installable step for all platforms. Visit the download page at https://dotnet.microsoft.com/download, select your operating system to get started, and follow the instructions. For Windows, be sure to select the SDK to install both the SDK and runtime.
Once the download has been completed, click on the file to install the SDK and runtime. Once the installation has been completed, you’ll see a prompt confirming that the...