Pure ASP.NET: A Code Intensive Premium Reference (Paperback)
暫譯: 純粹ASP.NET:代碼密集型高級參考書(平裝本)

Robert Lair, Jason Lefebvre

  • 出版商: SAMS
  • 出版日期: 2001-10-07
  • 售價: $1,750
  • 貴賓價: 9.5$1,663
  • 語言: 英文
  • 頁數: 640
  • 裝訂: Paperback
  • ISBN: 067232069X
  • ISBN-13: 9780672320699
  • 相關分類: .NETASP.NET
  • 立即出貨(限量)

買這商品的人也買了...

相關主題

商品描述

Pure ASP.NET is a premium reference for Active Server Pages development in the new Microsoft .NET Framework. Like all books in the Pure Series, Pure Active Server Pages.NET is comprised of 3 parts. Part I Conceptual Reference is a fast-paced primer that covers ASP.NET fundamentals and concepts.Part II Techniques Reference is full of well-commented, commercial-quality code that illustrates practical applications of ASP.NET concepts. Examples are presented in both Visual Basic and C# to appeal to a wide variety of programmers. Part III Syntax and Object Reference contains detailed coverage of .NET Namespaces such as System.Web and System.Data that are invaluable to ASP.NET developers.

Table of Contents

Introduction.

 

I. OVERVIEW OF ASP.NET.

 

 

1. ASP.NET and the Microsoft .NET Framework.

Overview of Microsoft .NET. Goals of Microsoft .NET. Technologies of the Microsoft .NET Framework. Benefits of the Microsoft.NET Framework.


2. The Common Language Runtime.

Overview of the Common Language Runtime. Microsoft Intermediate Language. JIT Compilation. Assemblies. Garbage Collection in the _Microsoft .NET Runtime.


3. ASP.NET Web Forms.

Server-Side Code Blocks. ASP.NET Web Form Events. Visual Studio and the Code Behind Method.


4. ASP.NET Controls.

ASP.NET Controls Generate HTML. ViewState Management. HTML Controls. Web Controls. Custom Controls.


5. List Controls.

Types of List Controls. Benefits of Using List Controls. How the List Controls Work.


6. Validating User Input.

What Are Validation Controls? Benefits of Using Validation Controls. Types of Validation Controls. Displaying Errors.


7. Understanding Data Access with ADO.NET.

Benefits of ADO.NET. The ADO.NET Object Model.


8. Overview of Web Services.

What Are Web Services? Why Use Web Services? Exposing Web Services. Consuming Web Services.
 

II. DEVELOPING WITH ASP.NET.

 

 


9. Building ASP.NET Pages with HTML and Web Controls.

A Technical Overview of Web Controls. Core Web Controls.


10. Encapsulating ASP.NET Page Functionality with User Controls.

Creating a Simple User Control. Fragment Caching.


11. Working with ASP.NET List Controls.

Binding Data to List Controls. The Repeater List Control. The DataList List Control. The DataGrid Control.


12. Working with ASP.NET Validation Controls.

Properties and Methods Common to All Controls. Placing a Control on a Web Form. Formatting Error Messages. The RequiredField Validator. The Range Validator. The Compare Validator. The RegularExpression Validator. The Custom Validator. The ValidationSummary Web Control.


13. Data Access with ADO.NET.

Using the Connection Object. Using the Command Object. Using the DataReader Object. Working with Stored Procedures. Working with Transactions.


14. Building Components for ASP.NET.

What Are Components? Benefits of Using Components. Microsoft Windows DNA. Components and Microsoft .NET. Namespaces. Classes. COM Interoperability. COM+ Services: Using Transactions from Microsoft .NET.


15. Building Web Services.

Creating a Web Service. Building Web Services into _an Existing Application. Consuming Web Services. Using Precompiled Web Services. Consuming Web Services from a Web Form. Consuming Web Services from _a Windows Form.


16. Configuring and Optimizing an ASP.NET Application.

Configuring ASP.NET Applications. Optimizing ASP.NET Applications.


17. Securing and Deploying an ASP.NET Application.

ASP.NET Installation Benefits. Deploying ASP.NET Pages. Deploying Components. Securing an Application.
 

III. MICROSOFT .NET REFERENCE BY NAMESPACE.

 

 


18. System.Collections Reference.

The ArrayList Class. The BitArray Class. The Hashtable Class. The Queue Class. The SortedList Class. The Stack Class.


19. System.Data.SqlClient Reference.

The SqlCommand Class. The SqlConnection Class. The SqlDataReader Class. The SqlDbType Class. The SqlParameter Class. The SqlParameterCollection Class. The SqlTransaction Class.


20. System.Web Reference.

The HttpBrowserCapabilities Class. The HttpRequest Class. The HttpResponse Class.


21. System.Web.UI.WebControls Reference.

The WebControl Class. The HyperLink Class. The Button Class. The Calendar Class. The Label Class. The Image Class. The Panel Class. The TextBox Class. The CheckBox Class. The ImageButton Class. The LinkButton Class. The RadioButton Class. The BaseValidator Class. The CompareValidator Class. The CustomValidator Class. The RangeValidator Class. The RegularExpressionValidator Class. The RequiredFieldValidator Class. The ValidationSummary Class. Selected Static Classes.


Index

商品描述(中文翻譯)

純 ASP.NET 是一本針對新 Microsoft .NET Framework 中 Active Server Pages 開發的高級參考書。與 Pure 系列中的所有書籍一樣,Pure Active Server Pages.NET 由三個部分組成。第一部分 概念參考 是一個快速入門,涵蓋了 ASP.NET 的基本概念和原理。第二部分 技術參考 充滿了註解良好的商業品質代碼,展示了 ASP.NET 概念的實際應用。範例以 Visual Basic 和 C# 兩種語言呈現,以吸引各類型的程式設計師。第三部分 語法與物件參考 詳細介紹了對 ASP.NET 開發者至關重要的 .NET 命名空間,如 System.Web 和 System.Data。

目錄

引言。

I. ASP.NET 概述。

1. ASP.NET 與 Microsoft .NET Framework。

Microsoft .NET 概述。Microsoft .NET 的目標。Microsoft .NET Framework 的技術。Microsoft .NET Framework 的好處。

2. 通用語言執行時。

通用語言執行時概述。Microsoft 中間語言。JIT 編譯。組件。在 Microsoft .NET 執行時中的垃圾回收。

3. ASP.NET Web 表單。

伺服器端代碼區塊。ASP.NET Web 表單事件。Visual Studio 與代碼後置方法。

4. ASP.NET 控制項。

ASP.NET 控制項生成 HTML。ViewState 管理。HTML 控制項。Web 控制項。自訂控制項。

5. 列表控制項。

列表控制項的類型。使用列表控制項的好處。列表控制項的工作原理。

6. 驗證用戶輸入。

什麼是驗證控制項?使用驗證控制項的好處。驗證控制項的類型。顯示錯誤。

7. 使用 ADO.NET 理解數據訪問。

ADO.NET 的好處。ADO.NET 物件模型。

8. Web 服務概述。

什麼是 Web 服務?為什麼使用 Web 服務?公開 Web 服務。消費 Web 服務。

II. 使用 ASP.NET 開發。

9. 使用 HTML 和 Web 控制項構建 ASP.NET 頁面。

Web 控制項的技術概述。核心 Web 控制項。

10. 使用用戶控制項封裝 ASP.NET 頁面功能。

創建一個簡單的用戶控制項。片段快取。

11. 使用 ASP.NET 列表控制項。

將數據綁定到列表控制項。重複器列表控制項。數據列表控制項。數據網格控制項。

12. 使用 ASP.NET 驗證控制項。

所有控制項的共同屬性和方法。在 Web 表單上放置控制項。格式化錯誤消息。RequiredField 驗證器。範圍驗證器。比較驗證器。正則表達式驗證器。自訂驗證器。ValidationSummary Web 控制項。

13. 使用 ADO.NET 進行數據訪問。

使用連接物件。使用命令物件。使用 DataReader 物件。使用儲存過程。使用交易。

14. 為 ASP.NET 構建組件。

什麼是組件?使用組件的好處。Microsoft Windows DNA。組件與 Microsoft .NET。命名空間。類別。COM 互操作性。COM+ 服務:從 Microsoft .NET 使用交易。

15. 構建 Web 服務。

創建 Web 服務。將 Web 服務構建到現有應用程序中。消費 Web 服務。使用預編譯的 Web 服務。從 Web 表單消費 Web 服務。從 Windows 表單消費 Web 服務。

16. 配置和優化 ASP.NET 應用程序。

配置 ASP.NET 應用程序。優化 ASP.NET 應用程序。

17. 保護和部署 ASP.NET 應用程序。

ASP.NET 安裝的好處。部署 ASP.NET 頁面。部署組件。保護應用程序。

III. 按命名空間的 Microsoft .NET 參考。

18. System.Collections 參考。

ArrayList 類。BitArray 類。Hashtable 類。Queue 類。SortedList 類。Stack 類。

19. System.Data.SqlClient 參考。

SqlCommand 類。SqlConnection 類。SqlDataReader 類。SqlDbType 類。SqlParameter 類。SqlParameterCollection 類。SqlTransaction 類。

20. System.Web 參考。

HttpBrowserCapabilities 類。HttpRequest 類。HttpResponse 類。

21. System.Web.UI.WebControls 參考。

WebControl 類。HyperLink 類。Button 類。Calendar 類。Label 類。Image 類。Panel 類。TextBox 類。CheckBox 類。ImageButton 類。LinkButton 類。RadioButton 類。BaseValidator 類。CompareValidator 類。CustomValidator 類。RangeValidator 類。RegularExpressionValidator 類。RequiredFieldValidator 類。ValidationSummary 類。選定的靜態類別。

索引