C# Basics
  • Introduction to this Course!
  • Introduction to Variables and Data Types
  • Writing your first C# Program
  • Creating C# Variables
  • Fun With Strings in C#
  • Converting Strings to Integers and Integers to strings
  • Receiving Input From the User in C#
  • Interacting With User Input
  • Second Project in C#
  • C# Basics
Conditional Statements or Selection Statements in C#
  • Conditional Statements Intro and If Statements in C#
  • Else statement in C#
  • Else If Statement in C#
  • Third C# Project : The Calculator
  • Conditional Statements
Iteration Statements in C#
  • Introduction to Iteration Statements
  • For Loop in C#
  • Fun things to do with a For Loop
  • While Loop in C#
  • Do While Loop in C#
  • Real World Application of Loops
  • Iteration Statements
Arrays in C#
  • Introduction to Arrays in C#
  • Creating Arrays in C#
  • Initializing Arrays in C#
  • Arrays and Loops
Functions in C#
  • Introduction to Functions/Methods in C#
  • Creating Functions in C#
  • Creating Functions having parameters in C#
  • Returning a Value from a Function in C#
  • Applying Concept of Functions to our Previous C# Project
Classes in C#
  • Introduction to Classes
  • How to Create Classes and Class Objects in C#
  • Functions inside a Class
  • Constructors in C#
  • What is Static?
  • Summing Things Up