Debug and handle exceptions in a C# console application using Visual Studio Code

Michael John Angelo D. Natad BSIT 4-B IT Seminars and Educational Trips Event Title: “Debug and handle exceptions in a C# console application using Visual Studio Code” I. Details of the Event/Activity This is an online course offered by learn.microsoft.com. This course is one of the lessons in their C# course offerings. In this training course, I learned to debug and handle exceptions in C# programs in Visual Studio code. Implementing exception handling using the try-catch pattern in a C# console application was also taught in this course. Using debug handling is a very essential skill for a developer. This course teaches how to use the Visual Studio code extension support for debugging. II. Reflections on the webinar/activity give rise to (learnings) I have learn...