Search

How to install Microsoft Visual Studio

All of the C# projects have been built and compiled using the latest version of Microsift Visual Studio (2022). The community edition (free) version can be downloaded here. Download Visual Studio. Versions are currently available for Windows and Mac.

Installing Visual Studio 2022 is pretty straightforwards and Microsoft have a complete install guide to help guide you through the process which can be found here Install Visual Studio

Important! During the install you will need to select from a list of workloads. You should make sure that the option ".Net desktop development" is selected. See the image below. This is an important step and will ensure that the coding environment is set up correctly.

visual studio install workloads

 

How to run a C# project