Required Knowledge For This Course - Updated

FREE Training Website Links

Microsoft Learn

C# Fundamentals for Absolute Beginners

Required Knowledge From C# Course

  • Lessons 1 Through to 14
  • Lesson 22 Enumerations and the Switch decision statement

What You Need To Know

Primitive Data Types:
• Intergers (int)
• Doubles
• Strings
• Booleans (bool)

Enumerations (enum)

Methods (aka Functions, Procedures)


Conditional Statements (if / else)


Loops:
• For
• Foreach
• While

Arrays and Collections

Complete and Continue