1 / 572
文档名称:

Building eCommerce Sites with the DotNET Framework.doc

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

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

Building eCommerce Sites with the DotNET Framework.doc

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

下载得到文件列表

Building eCommerce Sites with the DotNET Framework.doc

文档介绍

文档介绍:Online Help
Table Of Contents
1. Table of Content 8
2. Starting Page 8
3. Copyright 9
4. Acknowledgments 11
5. Tell Us What You Think! 12
6. Introduction 13
7. Who Is This Book's Intended Audience? 13
8. What Do You Need to Know Before Reading This Book? 13
9. What Will You Learn from This Book? 13
10. What Software Will You Need plete the Examples Provided with This Book? 14
11. What's on the Web Site? 14
12. The Case Study's merce Web Site: 14
13. How Is This anized? 15
14. Conventions Used in This Book 16
15. From the Authors 16
16. Part I: Foundations 17
Chapter 1. Business-to-Consumer merce Overview 17
Current merce Trends 18
Business-to-Business merce 19
A Technical Overview of Business-to-Consumer merce 19
An Overview of the B2C Architecture 21
Steps Involved in Creating a B2C merce Application 22
Current Tools for Developing B2C Applications 25
Summary 26
Chapter 2. .NET Overview 27
The .NET Framework 27
mon Language Runtime 28
Self-ponents 30
Application Domains 35
Type System 36
Cross-Language Interoperability 39
mon Language Specification 43
Managed Execution 43
Page Execution 44
Summary 50
Self Instruction 50
Chapter 3. Planning <A class= 50
Defining the Goals of 51
Deciding on Features 52
Designing 54
Integration Considerations 61
Architecture Planning 63
Security Planning 64
Available Development Tools 65
Summary 67
Self Instruction 67
17. Part II: Building the B2C Storefront 67
Chapter 4. Building <A class= 67
Developing the Data Model 69
Developing the Stored Procedures 76
Securing the Product Catalog 79
Summary 85
Self Instruction 86
Chapter 5. Using <A class= 86
Development 87
Page Development 99
Summary 122
17.