Learning Resources
Â
C sharp Language Basics
Lanuage basics refers to the basic language contructs like conditional and loops and covers the following topics -
Â
- Case Sensitivity
- Commenting
- Statement Termination
- Blocks
- Variables and Data Types
- Variable Operations
- Conditional Logic
- The if Statement
- The switch Statement
- Loops
- The for Loop
- The foreach loop
- The while loop
Â