LaunchCode logo
  1. Contents
  2. 17. Tools in Visual Studio

17. Tools in Visual Studio¶

  • 17.1. NuGet
    • 17.1.1. NuGet
    • 17.1.2. Check Your Understanding
  • 17.2. Debugger
    • 17.2.1. Check Your Understanding
  • 17.3. Studio: If It Ain’t Broke, Add a Breakpoint!
    • 17.3.1. Introduction
    • 17.3.2. Part 1: Calculate The Area Of A Circle
      • 17.3.2.1. More Calculations
      • 17.3.2.2. Road Trip!
    • 17.3.3. Part 2: Working With The Debugger
    • 17.3.4. Bonus Missions If You Want To Expand Your Code
  • ← 16.4. Exercises: Exceptions
  • 17.1. NuGet →

Back to top