About C Sharp Essentials

From Techotopia
Revision as of 15:51, 25 January 2008 by Neil (Talk | contribs) (New page: The C# Essentials online book contains 23 chapters of detailed information intended to provide everything necessary to gain proficiency as a C# programmer. The book begins with a detailed...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The C# Essentials online book contains 23 chapters of detailed information intended to provide everything necessary to gain proficiency as a C# programmer.

The book begins with a detailed overview of the C# development and runtime environment with overviews of the Common Language Infrastructure (CLI), Common Intermediate Language (CIL) and Virtual Execution System (VES).

Simple steps are then provided to creating both Windows and console based C# application. The fundamentals of the C# programming language are then covered including variables and constants, flow control, looping and object oriented programming (including topics such as inheritance and abstract classes).

Subsequent chapters focus on manipulating and formating strings and working with files in C#.

Once the basics of the C# language have been covered the final stages of the book focus on the design of GUI based application using C# in conjunction with Visual Studio.

On completing C# Essentials it is anticipated that the reader will have a firm knowledge foundation on which to begin developing complex C# based applications.