Coding Giants
Introduction to Coding in C# term 1 ONLINE
13-15 years old

Introduction to Coding in C# term 1 ONLINE

Coding in C# language using Visual Studio environment. Students learn advanced programming elements such as classes, loops, variables, constants and methods.

Introduction

The course is an introduction to "real" coding. Using the example of the modern C# language developed by Microsoft, its basic elements are discussed. In addition, the student learns how to create websites and the basics of safe Internet use and hacking. Our online class is NOT a webinar or a Youtube course! During our online classes each student will see the teacher's screen, hear what he or she is saying, and the teacher will have an insight into what the student is doing and speaking (he or she will see each student's screen). Each student will be able to ask a question by voice, the teacher will be able to answer every question and indicate exactly where the error is and how to fix it.

Course program

1Lesson 1: Introduction to C#
The aim of the lesson is to create the first program in C# and familiarize with the Visual Studio environment.
2Lesson 2: Variables
The aim of the lesson is to present the concept of variables and to show the most common types of variables.
3Lesson 3: Constants and mathematical operations
The aim of the lesson is to present the concept of constants and to show the most frequently used mathematical operations.
4Lesson 4: Introduction to WinForms, projection
The aim of the lesson is to introduce to WinForms and to introduce the concept of projection.
5Lesson 5: Mathematical and logical operators
The aim of the lesson is to present mathematical and logical operators. The second goal is to present incrementation and decrementation in C#.
6Lesson 6: Conditional instruction IF part I
The aim of this lesson is to present the conditional IF instruction.
7Lesson 7: Conditional instruction IF Part II
This lesson is a continuation of the previous one.