Introduction
  • Introduction
Overview of C#
  • Understanding C#
C# First Project
  • Getting Started
Working with Variables
  • Overview of Variables
  • Numeric Variables
  • String Variables
  • Variable Scope
  • Casting
Mathematical Expressions
  • Overview of Mathematical Expressions
  • Decision Statement
  • Loops
  • Functions and Methods
Classes and Objects
  • Overview of Classes and Objects
  • Create Simple Class
  • Constants and Enums
  • Object Constructors
  • Value and Reference Types
Arrays
  • Overview of Arrays
  • Multi Dimensional Arrays
  • Array Lists
  • Type Safe Lists
LINQ
  • Understanding LINQ
  • LINQ Filtering and Sorting
  • LINQ Joining Data
Exceptions
  • Overview of Exceptions
  • Exceptions Handled
  • Custom Exceptions
Inspecting Folders and Files
  • Overview of Inspecting Folders and Files
  • Working with Paths
  • Reading and Writing Files
Debug Common Errors
  • Overview of Debug Common Errors
  • Breakpoints
  • Watch Windows
  • Immediate Windows
Garbage Collector
  • Working with the Garbage Collector
Conclusion
  • Conclusion