Step 1. About C#

In the first step you will install an IDE, create a console application, and get familiar with C#. You will cover its main characteristics and areas of use. You will also learn how to write comments and how C# handles errors.
This step covers:
  • IDE overview
  • IDE installation
  • creating a console application
  • a simple C# program example
  • main language characteristics
  • areas of use
  • comments
  • error types
  • finding and fixing errors