Book Image

Visual Studio 2019 Tricks and Techniques

By : Paul Schroeder, Aaron Cure
Book Image

Visual Studio 2019 Tricks and Techniques

By: Paul Schroeder, Aaron Cure

Overview of this book

Visual Studio 2019 (VS 2019) and Visual Studio Code (VS Code) are powerful professional development tools that help you to develop applications for any platform with ease. Whether you want to create web, mobile, or desktop applications, Microsoft Visual Studio is your one-stop solution. This book demonstrates some of the most sophisticated capabilities of the tooling and shows you how to use the integrated development environment (IDE) more efficiently to be more productive. You’ll begin by gradually building on concepts, starting with the basics. The introductory chapters cover shortcuts, snippets, and numerous optimization tricks, along with debugging techniques, source control integration, and other important IDE features that will help you make your time more productive. With that groundwork in place, more advanced concepts such as the inner workings of project and item templates are covered. You will also learn how to write quality, secure code more efficiently as well as discover how certain Visual Studio features work 'under the hood'. By the end of this Visual Studio book, you’ll have learned how to write more secure code faster than ever using your knowledge of the extensions and processes that make developing successful solutions more enjoyable and repeatable.
Table of Contents (21 chapters)
1
Section 1: Visual Studio IDE Productivity Essentials
9
Section 2: Customizing Project Templates and Beyond
13
Section 3: Leveraging Extensions for the Win

Technical requirements

In order to run the remote debugging exercises in this chapter, you will need to install Docker on your machine. Docker can be downloaded for free from https://www.docker.com. If you do not want to install Docker, then you can simply read through the advanced content in the Remote debugging Docker in Visual Studio 2019 section of this chapter. However, containerized development has become pretty mainstream. If you are not familiar with Docker, consider using this chapter as a way to help you get started. For readers that do not have Docker installed already, detailed instructions are provided later on.

Additionally, the sample project in this chapter is primarily designed to target the use of VS Code. However, you can still use VS for Windows if you prefer. If you have not done so already, it would be a good idea to clone the repository for this book. The code for this chapter is available on GitHub at https://github.com/PacktPublishing/Visual-Studio-2019...