買這商品的人也買了...
-
$1,379Ia-64 and Elementary Functions: Speed and Precision
-
$990The FreeBSD Corporate Networker's Guide
-
$1,850$1,758 -
$1,700$1,615 -
$399Designing Microsoft ASP.NET Applications
-
$399Beginning Visual Basic .NET Databases
-
$1,880$1,786 -
$1,120$1,098 -
$2,040$1,938 -
$825Automating Unix and Linux Administration (Paperback)
-
$880$695 -
$2,240$2,128 -
$2,080$1,976 -
$1,680Voice Over WLANS: The Complete Guide
-
$750$593 -
$520$442 -
$399Programming Clojure (Paperback)
-
$580$493 -
$301Oracle DBA手記︰數據庫診斷案例與性能優化實踐
-
$450$351 -
$2,100$1,995 -
$490$323 -
$880$695 -
$480$379 -
$580$493
相關主題
商品描述
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.
2. The Common Language Runtime.
3. ASP.NET Web Forms.
4. ASP.NET Controls.
5. List Controls.
6. Validating User Input.
7. Understanding Data Access with ADO.NET.
8. Overview of Web Services.
II. DEVELOPING WITH ASP.NET.
9. Building ASP.NET Pages with HTML and Web Controls.
10. Encapsulating ASP.NET Page Functionality with User Controls.
11. Working with ASP.NET List Controls.
12. Working with ASP.NET Validation Controls.
13. Data Access with ADO.NET.
14. Building Components for ASP.NET.
15. Building Web Services.
16. Configuring and Optimizing an ASP.NET Application.
17. Securing and Deploying an ASP.NET Application.
III. MICROSOFT .NET REFERENCE BY NAMESPACE.
18. System.Collections Reference.
19. System.Data.SqlClient Reference.
20. System.Web Reference.
21. System.Web.UI.WebControls Reference.
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 類。選定的靜態類別。
索引