How to Install MS Visual Studio
Here's the step-by-step guide on how to download and install Visual Studio in order to follow along with the examples on this documentation.
Download and Install Visual Studio 2022 Community Edition
Download Visual Studio Installer Manager here 👉 https://dotnet.microsoft.com/en-us/download
Scroll down below until you see this 👇 then click “Download Visual Studio”…
When the download is finished, open the setup file:
The setup will then run and will download and install Visual Studio Installer:
In our case, Community edition of latest Visual Studio version will suffice. Look for Visuall Studio Community 2022 and click “Install”:
You will then get this view where you can choose which components of VS 2022 Community Edition you would like to install. Tick ".NET Desktop Environment" to install the components needed to create a console and desktop forms C# applications:
Wait for it to finish the installation…
Here’s the VS 2022 after the installation 👇. From here, you can create your C# applications…
Here’s a tutorial on creating your first C# application in Visual Studio 👉 (Create your first C# Code in Visual Studio)[https://frommynotes.com/docs/guides/helloworld_vs/]