ReadingNotes

Exception Handling

Lab 1a Reading Material (Numbers Game)

  1. Prerequisites:
  1. Creating the app:
  1. Modifying the code:
  1. Running the app:
  1. Enhancing the app:

User Input & Conversion

C# Methods

Notes on Debugging C# Code using Visual Studio

How to debug for absolute beginners

Debugging is a valuable skill for software developers, and with practice, you can effectively identify and resolve issues in your code. Remember to approach debugging systematically, ask the right questions, and make use of available debugging tools to make your debugging process more efficient.

Things i want to know more about