1 / 599
文档名称:

building client server applications with vb.net an example driven approach.doc

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

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

building client server applications with vb.net an example driven approach.doc

上传人:mkt365 2014/4/8 文件大小:0 KB

下载得到文件列表

building client server applications with vb.net an example driven approach.doc

文档介绍

文档介绍:Building Client/Server Applications with VB .NET - An Example-Driven Approach ***@Team LiB
Table Of Contents
1. Table of Contents 6
2. BackCover 7
3. Building Client/Server Applications with VB .NET - An Example-Driven Approach 7
4. Foreword 11
5. Introduction 13
Who This Book Is For 15
Downloading the Application Code 15
6. Chapter 1: Understanding Application Architecture: An Overview 16
Introducing Single-Tier Architecture 16
Introducing Two-Tier Architecture 17
Introducing N-Tier Architecture 20
Understanding Application Layers 20
Developing Enterprise Applications with .NET 27
Summary 32
7. Chapter 2: Building an N-Tier Application 32
Setting Up IIS 34
Setting Up the Microsoft .NET IDE 42
Summary 47
8. Chapter 3: Creating the Application Infrastructure 47
Designing the Physical Application Architecture 47
Creating the Shared Objects 56
Creating the Stored Procedures 59
Creating the Data-Centric Object 62
Creating the User-Centric Business Objects 69
Creating Collection Classes 79
Creating the User Interface 85
Adding Some Basic Functionality 94
Summary 119
9. Chapter 4: Handling Errors with Class 119
Understanding VB .NET Error Handling Structure 121
Using the .NET Exception Class 122
Determining What Happened 123
Storing Error Information 123
Setting Up the Database 125
Creating the LogError Classes 127
Handling Errors in the Northwind Application 144
Summary 152
10. Chapter 5: Building Business Objects 153
Reporting Business Rule Violations 154
Creating Your First Rule 154
Working with .NET Exception Classes 155
Creating the Error Classes 156
Creating the BusinessErrors Class 157
Adding Business Rules to the Data-Centric Object 159
Adding Business Rules to the User-Centric Object 163
Displaying Business Rules to the User 172
Responding to Object Changes in the