...

Basic syntax

First steps in programming

...

Data types and variables

C# is a strongly typed language

...

If case

Conditions and different operators


...

Switch case

Other type conditions

...

Nested conditions

Usage of conditions together

...

For loop

Repeating instructions certain times untill done condition


...

While and do while loops

Repeating instructions untill false condition

...

Nested loops

Usage of loops together

...

Arrays

Fixed collection of one type variables