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,787 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

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
  • 02-About Me1:19
  • 03-Course requirements1:18
  • 04-Why Debugging - Part 12:18
  • 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
  • 07-why visual studio IDE - Part 24:23
  • 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
  • 10-Debugging with a Solution1:39
  • 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