C# FOR STUDENTS

DOUGLAS BELL AND MIKE PARR

CONTENTS

About this book

For Instructors

More books by us

For Students

Contents

Preface

Sample Chapters

Download C# system, and code

Bonus Database Chapter

Contents

   1. Introduction to C#
   2. The C# development environment
   3. Introduction to Graphics
   4. Variables and Calculations
   5. Methods
   6. Using Objects
   7. Decisions - If and Select
   8. Repetition - While and For
   9. Debugging
  10. Writing Classes
  11. Inheritance
  12. Calculations
  13. Data Structures
  14. Arrays - one dimensional
  15. Arrays - 2D
  16. Strings
  17. Exception handling
  18. Files
  19. Console Programs
  20. Object-Oriented Design (OOD )
  21. Program style
  22. Testing
  23. Interfaces
  24. Polymorphism

Appendices:

A Selected Library Components

B Reserved Words

C Annotated Bibliography