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.

Working with files

Working with files - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Working with files

- [Instructor] The first time you open Visual Studio, you're greeted with this dialog. This is the most common things that Visual Studio thinks you want to do when you start Visual Studio. So their choices are Open recent projects, or to clone some code from Github or Azure DevOps Revo, or you can open a project, create a new project, or work with files in a local folder. For this example, we'll skip so I'll choose this continue without code. And that brings up the standard Visual Studio interface. And before I go any further, let's reset this, make sure that it's set to the defaults. Now let's talk about what you commonly do when you first work with a new tool like this. I might guess is that you want to right some code. You want to write some code or you want to play around with an example project. So that's what we'll look at in this video. Just several ways that you can open and work with files and projects in Visual Studio. The first example, will be open an individual file. So…

Contents