I will be using Visual Studio Community
From a search engine search for “visual studio community”. In the search results select “Visual Studio Community 2019 - Free IDE and Developers Tools
Select the “Download Visual Studio” button
Once the installer has been downloaded, run it. You will be presented with a window with a number of install options
I have deselected a number of the options on the right
Select Install. Once installed you will be presented with this window
This is the standard greeting window whenever you open VS. Select “Create a new Project”
Select “Console Application - C#” and press Next. On the next dialog enter the project details, then press Next
On this last window for the Target Framework select .NET 5.0 (Current), then select Create
Add Comment