Visual Studio 2019 installation instructions
Environment
- Visual Studio
- Visual Studio Community 2019
At first
This section provides step-by-step instructions on how to install Visual Studio, the tool used to develop the program.
We're using the Community version in this step, but for Professional and Enterprise, the installation steps are the same, except that the availability is different from DVD or ISO.
Visual Studio Community 2019 can be used for personal development purposes free of charge, but please note that there are restrictions on the use of visual studio community 2019 for personal development purposes, but there are restrictions on the use of visual studio community 2019 for personal development purposes.
Pre-preparation
- Get a Microsoft account on the Microsoft site beforehand. If you have a Microsoft account in windows 10 deployment login account creation, you can use it.
- Because you will install the tool, please sign in to Windows with an account with administrative rights.
Installation instructions
Download the installer from the following Web site: The actual installation content is downloaded during installation, so the download of the installer itself is finished immediately.
Click to download Community for free.
Save so it will start saving. By default, it is saved to the downloads folder.
to run.
Select Yes.
Click Continue. The installer is updated and waits for it to complete.
The installation screen appears. Visual Studio 2019 does not install all the features, but allows you to choose which features to install for development purposes.
Here are some key developments:
- I want to create a program that runs on a Web site, such as the Internet.
-
- ASP.NET and Web Development
- Developing Azure
- Node.js Development
- I want to create a program that runs on Windows.
-
- .NET Desktop Development
- Universal Windows Platform Development
- I want to create a program that works with my smartphone.
-
- Mobile development with .NET
- I want to make a game.
-
- Game Development with Unity
- Game Development with C++
Let's select .NET Desktop Development. Check to add items that will be installed on the right.
Individual components
Workload sdetermines a high-level installation item, but if you want to determine the installation item in detail, select Individual Components.
If you don't know more, you can skip it. You can also install additional them later.
When you're done checking, click the "Install" button at the bottom right. The installation is done while downloading the required files. It takes a long time, so wait for it to complete.
Visual Studio starts when the installation is complete. You can close the screen of the previous installer. When you first start Visual Studio, you'll be prompted for an account, so sign in with your microsoft account. (You can do it later.)
If you are doing two-step verification, please enter the code.
When you're done signing in, you'll be prompted to create the project. This completes the installation and initial setup.
Create and run a project
I'd like to run the program to try it out. Select Create new project at the bottom right.
I want to display the screen for the time being, so i select "WPF App (.NET Core)" and click the "Next" button.
The name of the program you want to create is the project name. You can change the name of the program you want to show to the user later, so it's better to type an alphanumeric name as an internal name. Specify the folder path to which you want to create the program anywhere. When you're done, click the Create button.
After a while, the actual development screen is displayed. From here, i'm going to design the screen and develop a program, but first i'll make sure the program works.
Click the "▶ project name" button in the toolbar.
Then a window is displayed. I didn't edit anything, but I was able to confirm that the program works for the time being. You can stop the program by closing the displayed window.
Let's make the program freely according to the purpose from here.