Lesson 0 - Introduction
Objectives
-
Create and run your first console application. Follow the steps in Tutorial: Create a simple C# console app in Visual Studio (part 1 of 2). You can stop at the “Add code to create a calculator” step for now (don’t worry, we’ll get there gradually).
-
Learn to use
Console.WriteLine()
with arithmetic and string operations. -
Learn how to debug the code. Refer to Tutorial: Learn to debug C# code using Visual Studio for help.
-
Follow the execution path step by step.
-
Set a breakpoint.
-
Get familiar with the “Watch” window.
-
-
Learn how to fix compilation and runtime errors.