While other books only cover the basics, this guide covers C Sharp in such detail that anyone can learn from this book.
Contents:
Introduction
Part 1: Beginner Guide
.NET Framework
Installing Visual Studio
Compiling and Running Your Project
C# Comments
C# Keywords
Variables
Basic Math
User Input
Math Part 2
Decision Making
Switch Statements
Looping
Arrays
Enumerations
Part 2: Intermediate Guide
Methods
Classes Part 1
Stack vs. Heap
Garbage Collection
Classes Part 2
Properties
Structs
Inheritance
Polymorphism, Virtual Methods, and Abstract Classes
Interfaces
Generics: Part 1
Generics: Part 2
Part 3: Advanced Guide
File I/O
Error Handling: Exceptions
Delegates
Events
Threading
Operator Overloading
Indexers
User-Defined Conversions
Extension Methods
Quick Quiz
Part 4: More Advanced Section
C# Reflection
Anonymous Functions
Asynchronous Programming
LINQ
Parallel Class and PLINQ
Understanding PLINQ Speedup
Query Operators and Ordering
Using Unsafe Code
An Introduction to Windows Forms
Conclusion
Answers