From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating projects

Creating projects - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Creating projects

[Instructor] - This is dialogue you see every time you open Visual Studio 2019. Most of the time fro my experience, you'll want to open an existing project or solution and continue working on a project you worked on previously, but there will be times when you want to create a new project or a new solution. So you can do that from the start screen by choosing this item here or you can do it from the main Visual Studio IDE. To get to the new project dialogue from this window, go to file and then go to start window and that brings up the same dialogue we saw a minute ago. Or you can go to file, new, project. Now notice that it says new project. Remember that projects always have a related solution. So even though it doesn't say anything about solution here, that is implied that it'll create a solution at the same time you create a project. Let's see what's inside this dialogue. There's a lot to explore in this dialogue. We'll start by looking at the left side of the screen where it says…

Contents