Exercise: Setup Your Development Environment


Setup Your Development Environment

The goal of this first exercise is to set up your .NET development environment so that you can follow along and implement code yourself.

If you are on Windows, I recommend installing Visual Studio. Watch the lesson in this module about installing Visual Studio and follow it step-by-step.

If you are on macOS or Linux, I recommend installing Visual Studio Code. This module has two videos explaining how to install and use Visual Studio Code for .NET development.

Make sure your environment is correctly set up by creating a simple C# console application and running it.