About This "C# Programming & Exercises" is a textbook for high school, college and university students; it covers all essential C# language knowledge . You can learn complete primary skills of C# programming fast and easily . This textbook is only suitable for the C# programming beginners, high school, college and university students; it is not for the experienced C# programmers .
Source Code for This textbook provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs .
Table of Contents
Chapter 1 Introduction Introduction to C# First C# Program …… Chapter 2 Operators Struct Enum Arithmetical Operators Logical Operators …… Chapter 3 Control Structures If Statement If-else Statement …… Chapter 4 String & Array String Length Extract Substring …… Chapter 5 Function & Exception Functions Function with Arguments …… Chapter 6 Class & Object Class Declaration Object Declaration …… Chapter 7 Access Modifiers Public Private …… Chapter 8 Static Abstract Interface Abstract Abstract Example ……