Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master C# & .NET Debugging with Visual Studio 2019
Rating: 3.8 out of 5(129 ratings)
8,788 students

Master C# & .NET Debugging with Visual Studio 2019

This course teaches you how to use the Visual Studio that have powerful debugging features to hunt down tough bugs.
Created byBadran Yahyaoui
Last updated 10/2019
English
English [Auto],

What you'll learn

  • Debugging C# and .Net Applications
  • Master using Visual Studio 2019 debugger

Course content

4 sections25 lectures1h 22m total length
  • 01-Introduction1:42

    Master debugging in C# and .NET with Visual Studio 2019 by learning effective troubleshooting techniques to accelerate development and reduce pain.

  • 02-About Me1:19

    Meet the instructor, a full-stack web developer and IT trainer with experience in C#, .NET, SQL Server, JavaScript, and Angular, guiding you through debugging in Visual Studio 2019.

  • 03-Course requirements1:18

    familiarize yourself with C# basics and Visual Studio navigation, understand solutions and projects, switch between source files, and build the demos using Visual Studio 2019 Community Edition.

  • 04-Why Debugging - Part 12:18

    Discover why debugging matters for developers, from catching bugs early to validating expectations and boosting productivity. Understand the debugging process as a systematic approach to find and resolve problems.

  • 05-Why Debugging - Part 23:31

    Explore why debugging matters and how to use Visual Studio to efficiently locate and fix bugs, including legacy code, to save costs and deepen system understanding.

  • 06-why visual studio IDE - Part 11:42

    Discover how Microsoft Visual Studio's debugging toolbox supports breakpoints, stepping, watches, and monitoring state, plus enterprise features like source link and cloud integration to diagnose bugs in scalable apps.

  • 07-why visual studio IDE - Part 24:23

    Visual Studio stands as the debugger of choice for dot net debugging, offering parallel stacks to visualize multi-threaded activity and remote debugging for production environments.

  • 08-Debugging a Running Process3:32

    Master debugging in Visual Studio by attaching to a running process or starting a process under the debugger, using the debug menu, and debugging with source files without a solution.

  • 09- Debugging a Running Process (Demonstration )4:21

    Discover how to attach the Visual Studio debugger to a running .NET application, select the target process, and set breakpoints to observe exceptions even without a loaded solution.

  • 10-Debugging with a Solution1:39

    Start debugging a loaded solution to launch the latest build with source files and breakpoints, using shortcuts and the debugging toolbar, with symbols in the book directory.

  • 11-Debugging with a Solution (Demonstration )1:57

    Open the solution in Visual Studio 2019, use Solution Explorer to manage files, then start debugging and set a breakpoint on a button to inspect code.

Requirements

  • Basic knowledge of c# and .Net Framework

Description

This course teaches you and shows you how to use the Visual Studio 2019 that have a very powerful debugging features to hunt down and find tough bugs.

You will  be surprised that Visual Studio contains super powerful debugging features that are invaluable when hunting down tough bugs. During this course we will learn exciting tips and tricks as Debugging with threads ,Different Breakpoints types and much more is explained.

We even take a look at some of the new cool features in Visual Studio 2019

Who this course is for:

  • Beginner C# developers curious about debugging
  • Experienced C# developers curious about debugging