Table of Contents
- 0. Series Introduction
- 1. Installing Visual Studio
- 2. Creating First C# Program
- 3. Understanding Your First C# Program
- 4. Working with Code Files, Projects, and Solutions
- 5. Understanding Data Types and Variables
- 6. The if Decision Statement
- 7. Operators, Expressions, and Statements
- 8. For Iteration Statement
- 9. Understanding Arrays
- 10. Defining and Calling Methods
- 11. While Iteration Statement
- 12. Working with Strings
- 13. Working with Dates and Times
- 14. Understanding Classes
- 15. More About Classes and Methods
- 16. Understanding Scope and Accessibility Modifiers
- 17. Understanding Namespaces
- 18. Creating and Adding References to Assemblies
- 19. Working with Collections
- 20. Working with LINQ
- 21. Enumerations and the Switch Decision Statement
- 22. Gracefully Handling Exceptions
- 23. Understanding Events and Event-Driven Programming
- 24. Where to Go from Here