Course Outline: 1. Getting Started With C#
Course Outline: 1. Getting Started With C#
2. C# Language Fundamentals
Overview of the C# language
Understanding the structure of a C# program
Compiling and running your code
3. Program Flow
4. Variables
6. Collections
Overloading methods
Overriding methods
Creating abstract classes and methods
Using sealed classes
Defining structures
Using interfaces
8. Exceptions
Understanding exceptions
Introducing the Exception object
Creating your own exceptions
Re-throwing exceptions
9. File Management
12. Debugging
Conclusion