1 / 394
文档名称:

Microsoft C Sharp Programming For The Absolute Beginner.pdf

格式:pdf   页数:394
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Microsoft C Sharp Programming For The Absolute Beginner.pdf

上传人:bolee65 2014/3/8 文件大小:0 KB

下载得到文件列表

Microsoft C Sharp Programming For The Absolute Beginner.pdf

文档介绍

文档介绍: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................................................................