C# for n00bs
An introduction to C# fundamentals.
This course provides an overview of the C# syntax and teaches the basics of reading and writing C# code. It assumes no prior knowledge of C# and covers everything you need to get started with your learning journey.
Why C#?
.NET
Development Environment
Value vs Reference
Integers and Floating Points
Booleans and Characters
Arrays and Tuples
Strings
Declaring
Naming Conventions
Casting
Lists
Dictionary
Hashtable
Queue
Mathematical Operators
Logical Operators
Bitwise Operators
If / Else
Switch
Enums
Loops
Scopes
Command Line Arguments
Prompting for Input