1 / 767
文档名称:

Application Development Using Visual Basic and .NET.doc

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

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

Application Development Using Visual Basic and .NET.doc

上传人:mkt365 2013/11/20 文件大小:0 KB

下载得到文件列表

Application Development Using Visual Basic and .NET.doc

文档介绍

文档介绍:PrenticeHall: Application Development Using Visual Basic and .******@Team-Fly
Table Of Contents
1. Main Page 7
2. Table of Contents 7
3. Copyright 18
4. Preface 19
20
Sample Programs 21
Web Sites 22
Acknowledgments 22
5. Part 1: .NET Architecture Overview 23
Chapter 1. What Is Microsoft .NET? 23
Microsoft and the Web 24
Windows on the Desktop 26
A New Programming Platform 28
The Role of XML 30
and the .NET Framework 31
Summary 32
Chapter 2. .NET Fundamentals 32
Problems of Windows Development 32
Applications of the Future 33
.NET Overview 33
Summary 43
6. Part 2: Language 43
Chapter 3. Essentials, Part I 44
Visual Studio .NET and Console Applications 44
Hello World in 49
Performing Calculations in 50
Classes 62
Type System 76
Summary 82
Chapter 4. Essentials, Part II 82
Strings 83
Arrays and Parameterized Properties 84
More about Methods 92
Optional Parameters 97
Utility Functions 98
-Line Arguments 107
Summary 108
Chapter 5. Inheritance and Exceptions in 108
Review of Object-Oriented Concepts 109
Acme Travel Agency Case Study: Design 113
Inheritance in 114
Access Control 116
Acme Travel Agency Case Study: Implementation 118
More about Inheritance 126
Exceptions 127
Summary 139
Chapter 6. in the .NET Framework 139
140
Collections 145
Interfaces 149
Resolving Ambiguity in Interfaces 158
Acme Travel Agency Case Study: Step 2 160
Generic Interfaces in .NET 164
Delegates 178
Events 188
Attributes 197
Summary 201
7. Part 3: Fundamentals of Windows Forms 202
Chapter 7. Windows Forms 202
Windows Forms Hierarchy 202
Windows Applications Using the .NET SDK 203
Windows Forms Even