The Little Book Of C# will teach you to program the C# language from the ground up. You will learn about Object Orientation, classes, methods, generic lists and dictionaries, file operations and exception-handling. Whether you are a new programmer or an experienced programmer who wants to learn the C# language quickly and easily, this is the book for you!
This book explains…
- Fundamentals of C#
- Object Orientation
- Static Classes and Methods
- Visual Studio & .NET
- Variables, Types, Constants
- Operators & Tests
- Methods & Arguments
- Constructors
- Access Modifiers
- Arrays & Strings
- Loops & Conditions
- Files & Directories
- structs & enums
- Overloaded and overridden methods
- Exception-handling
- Lists & Generics
- …and much more
Table of Contents
Introduction
1 – Getting Started
2 – Features of the C# Language
3 – Tests and Operators
4 – Functions
5 – Object Orientation
6 – Arrays, Strings and Loops
7 – Files and Directories
8 – Classes and Structs
9 – Exception Handling
10 – Lists and Generics
Appendix