C# 10 Theory
  • Introduction
  • Memory
  • Variables
  • Classes, encapsulation, and separation of concerns (things -- substantives)
  • Properties (characteristics -- adjectives)
  • Methods (behaviors -- verbs)
  • Extension methods, Access Modifiers, and Static Data
  • Exceptions: Error handling
  • Conditional logic: if vs. switch
  • Collections and Queues
  • Loops: for vs. foreach vs. while
  • Debugging
  • What's next?