Course curriculum

  • 1
  • 2

    Introduction to C#

    • What is C#?

  • 3

    Setting Up the Environment

    • What is Visual Studio ?

    • Installing Visual Studio Community Version ( Free )

  • 4

    Console Environment

    • What is Console App?

    • Functions in Console Enviroment

    • Practice The Write and Read Functions

  • 5

    Variables

    • Why Variables Are Necessary?

  • 6

    Primitive Types and Operators

  • 7

    Control Flow

    • If, Else, Else If Statements

    • Switch Statement

    • While, Do While Statements

    • "For" Statement

    • Foreach Statement

    • Challenge 2 - Summing Numbers Until Zero Comes

  • 8

    Array and Lists

    • Arrays

    • Lists

  • 9

    Non-Primitive Types

    • Classes

  • 10

    Functions

    • Function

  • 11

    Error Handling

    • Try Catch Statements

  • 12

    Files

    • File Processing

  • 13

    DateTime

    • Time Calculations

    • Challenge 3 - Quiz Game

  • 14

    Final

    • Final Evaluations