Getting Started with Visual Studio 2019: Learning and Implementing New Features

  • 1h 43m
  • Dirk Strauss
  • Apress
  • 2020

Know how to use the features of Visual Studio 2019 and utilize the IDE correctly to become your one-stop solution for creating quality code. Learn what's new in VS 2019 and explore the existing features of Visual Studio so you can use them more efficiently.

Getting Started with Visual Studio 2019 begins with an overview of Visual Studio and explores new features such as Visual Studio Live Share, Visual Studio Search, Solution Filters, and Intellicode. Author Dirk Strauss teaches you how to create project templates, write code snippets, and manage NuGet packages. You will learn how to: debug your code using breakpoints and step into specific methods, use data tips, and utilize the DebuggerDisplay attribute. You will then move on to learn unit testing and explore the tools provided by Visual Studio to create and run unit tests. The book also covers source control integration in Visual Studio and how to use GitHub to implement a source control strategy in your code.

What You Will Learn

  • Create and use code snippets in Visual Studio 2019
  • Utilize diagnostic tools and the Immediate window for code debugging
  • Generate unit tests with IntelliTest
  • Use NuGet in applications
  • Create and handle pull requests

Who This Book Is For

Beginners and software developers working on the .NET stack

About the Author

Dirk Strauss is a software developer from South Africa with over 13 years of programming experience. He has extensive experience in SYSPRO Customization, with C# and web development being his main focus. He studied at the Nelson Mandela University where he wrote software on a part-time basis to gain a better understanding of the technology. He remains passionate about writing code and imparting what he learns with others.

In this Book

  • Getting to Know Visual Studio 2019
  • Working with Visual Studio 2019
  • Debugging Your Code
  • Unit Testing
  • Source Control