C# is a simple and general-purpose object-oriented programming language. Combine this with it’s versatility and huge standard library it’s easy to see why it’s such a popular and well-respected programming language.
When you learn how to program in C# you will be able to develop web based applications or graphical desktop applications. One of the best things about C# is that it’s easy to learn… especially with this book.
Includes an exercise at the end of each chapter (along with the solution) so you can practice what you’ve learned.
If you’ve never programmed before, don’t worry. This book will guide you step-by-step to creating your first software application. If you have some programming experience, then this book will teach you the specifics of the Java programming language.
Chapter 1: Creating Your First C# Program
Chapter 2: Data Types and Operators
Chapter 3: Selection Statements
Chapter 4: Iteration Statements
Chapter 5: Arrays
Chapter 6: Objects and Classes
Chapter 7: Access Modifiers and Methods
Chapter 8: Inheritance & Polymorphism
Chapter 9: Events and Delegates
Chapter 10: Multithreading