What you’ll learn
-
Introduction to coding with C#
-
C# Tools and Setup
-
Variables, Data Types, Conversions, Operators, and Doing Math
-
Strings and Working with text using C# Techniques
-
Making Different Decisions: if – else if – else, and switch – case
-
Loops, Repetitions, and Iterators: while, do while, for, and foreach
-
Working with Arrays in depth
-
The Power of Methods in C#
-
Object-Oriented Programming: Classes, Objects, Access Modifiers, and More
-
Interfaces and Enumerations