C# course
Language: C#
Duration: 3
Difficulty: easy
Category: Programming
Certificate: Yes
Introduction to C# and .NET
Setting Up Your Coding Environment
The Anatomy of a C# Program
Methods. – Casting Your First Spell
Parameters – Adding Power to Your Spells
Return Values – Spells That Give You Something Back
Overloading Methods – Casting Spells with Different Effects
Recursion – Spells that Repeat Themselves
Variables – Your Storage Units
Data Types – Knowing What’s in Your Inventory
Constants – Unchanging Relics
Changing Variables – Your Upgradable Gear
Arrays– Organizing Your Magical Items
Accessing and Modifying Arrays – Finding and Replacing Items
Multidimensional Arrays – Organizing Your Chest
Array Methods – Magic Spells to Help Manage Inventory
Arithmetic Operators – Simple Calculations, Big Results
Relational Operators – Comparing Your Resources
Logical Operators – Combining Conditions for More Power
What is OOP? – Discovering Your Superpowers
if Statements – Choosing Your Path Wisely
switch Statements – The Decision Panel
Loops – Repeat Until Success
for Loops – Repeating Tasks Efficiently
while Loops – Keep Going Until You Succeed
do-while Loops – Try First, Ask Later
Nested Loops – A Labyrinth of Loops