文档介绍:Microsoft C# Programming for the Absolute Beginner
Table of Contents
Microsoft C# Programming for the Absolute Beginner.................................................................1
Introduction........................................................................................................................................4
Overview..................................................................................................................................4
Chapter 1: Basic Input and Output: A Mini Adventure...................................................................5
Project: The Mini Adventure.....................................................................................................5
Reviewing Basic C# Concepts.................................................................................................6
Namespaces......................................................................................................................7
Classes..............................................................................................................................7
Methods.............................................................................................................................7
Statements.........................................................................................................................7
The Console Object...........................................................................................................8
.NET Documentation..........................................................................................................8
Saying “Hello, World!”............................................................................................................12
Getting into the Visual Studio .Net Environment..............................................................13
Examining the Default Code................................................................