From the course: Visual Studio 2019 Essential Training

Unlock the full course today

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

Beginners guide to the IDE features

Beginners guide to the IDE features - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Beginners guide to the IDE features

- [Instructor] The Visual Studio IDE is filled with useful tools. In this video, we'll explore the tool areas that are included in Visual Studio. The code editors are usually the first tools that we learn in any programming environment. As we being looking at Visual Studio, you soon realize there a lot of other tools available. We'll look at a lot of those tools in this course, but you should know that there are many indispensable tools that can't be investigated in a course this size. I encourage you to explore our library for other, in-depth coverage, we've got hours of specialized courses on sections of the Visual Studio IDE. When you write software, you also create bugs. Visual Studio has a full suite of debugging tools integrated within the IDE. You can quickly troubleshoot an emerging problem minutes after writing the new code. There's also a comprehensive suite of testing tools available. Many developers create unit tests for their classes as the same time that they write the…

Contents