First Look at ADO.NET and System Xml v 2.0 (Paperback)
暫譯: ADO.NET 與 System.Xml v 2.0 初探 (平裝本)

Alex Homer, Dave Sussman, Mark Fussell

  • 出版商: Addison Wesley
  • 出版日期: 2003-10-24
  • 定價: $1,200
  • 售價: 5.0$600
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 0321228391
  • ISBN-13: 9780321228390
  • 相關分類: .NETXML
  • 立即出貨(限量) (庫存=1)

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

相關主題

商品描述

Version 2.0 of the .NET Framework will offer powerful enhancements to ADO.NET that will give application and service developers unprecedented control over their data. In A First Look at ADO.NET and System.Xml v. 2.0, Microsoft's lead program manager on XML technologies joins with two leading .NET and XML experts to present a comprehensive preview of tomorrow's ADO.NET and System.Xml classes.

Drawing on the first .NET Framework 2.0 Technology Preview Release, the authors introduce powerful new techniques for simplifying development, enhancing flexibility, and leveraging .NET's new support for emerging XML standards. They also preview important new synergies between .NET Framework 2.0, XML, and the next version of SQL Server (code-named "Yukon").

This book's detailed coverage includes:

  • Clear explanations of Microsoft's data-access intentions and directions--so you'll be ready when .NET 2.0 arrives
  • A brief overview of ObjectSpaces--the exciting new technology for using objects that represent and hold their own data
  • Major improvements in bulk loading, batch execution, and paging
  • Support for truly asynchronous connection and command operations
  • In-process server-side cursors for programmatic data processing within stored procedures
  • XML class improvements that enhance standards support, promote integration, and maximize performance
  • Beyond SQLXML 3.0: leveraging XQuery and XML Views in distributed query processing
  • Better support for storing XML data and integrating relational and XML data management
  • "Yukon's" new XML data type: using SQL Server as an XML document store

Whether or not you're already developing with ADO.NET, this book brings together all the insights, best practices, and sample code you'll need to get a running start with ADO.NET 2.0 and the System.Xml v. 2.0 classes.

Table of Contents

List of Figures.


List of Tables.


Foreword.


1. ADO.NET and System.Xml Version 2.0.

The Version 2.0 Technology Preview Release.

Summary of New Features in Version 2.0.

The Growing Importance of XML.

Relational Data Binding in ASP.NET.

A Roadmap for This Book.

Summary.



2. Bulk Loading, Batch Execution, and Paging.

The New Bulk Data Copy Features.

The New Batched Update Features.

Data Paging with the Command Object.

Retrieving Connection Statistics.

Summary.



3. MARS, Asynchronous Commands, and ObjectSpaces.

Expanded and Improved Data Access Features.

MARS in Action.

Asynchronous Command Execution.

An Overview of ObjectSpaces.

Summary.



4. ADO.NET and SQL Server "Yukon".

SQL Server Query Notifications.

SQL Server User-Defined Types.

Managed Code, Server-Side Cursors, and Result Sets.

Summary.



5. New Features of System.Xml.

Why Should I Care about XML?

System.Xml Version 1.x.

The Quest for Universal Data Access.

Which Programming Data Model: Relational, Object, or XML?

The Changing XML Landscape.

What's New in System.Xml Version 2.0.

Summary.



6. The XPathDocument2 Class.

Creating and Updating the XPathDocument2 Class.

An Overview of the XPathDocument2 Class.

Properties and Methods for the XPathDocument2 Class and Dependent Classes.

The XPathEditor and XPathChangeNavigator Classes.

Using the XPathDocument2 Class.

Summary.



7. The XmlAdapter and SqlXml Classes.

The XmlAdapter Class and XML Views.

Updating SQL Server with the XmlAdapter Class.

Migrating from SQLXML 3.0 to the .NET Framework.

XML Data Source Controls and Data Binding.

Summary.



8. XQuery and SQL Server.

A Very Brief Overview of the XQuery Language.

The XQueryProcessor Class.

The XsltProcessor Class.

The Common Query Architecture.

SQL Server as an XML Database.

Summary.



Index.

商品描述(中文翻譯)

版本 2.0 的 .NET Framework 將為 ADO.NET 提供強大的增強功能,讓應用程式和服務開發人員對其數據擁有前所未有的控制。在《A First Look at ADO.NET and System.Xml v. 2.0》一書中,微軟的 XML 技術首席程式經理與兩位領先的 .NET 和 XML 專家合作,全面預覽未來的 ADO.NET 和 System.Xml 類別。

根據第一個 .NET Framework 2.0 技術預覽版本,作者介紹了簡化開發、增強靈活性以及利用 .NET 對新興 XML 標準的支持的強大新技術。他們還預覽了 .NET Framework 2.0、XML 和下一版本 SQL Server(代號 'Yukon')之間的重要新協同效應。

這本書的詳細內容包括:
- 清晰解釋微軟的數據訪問意圖和方向,讓您在 .NET 2.0 到來時做好準備
- 對 ObjectSpaces 的簡要概述——這是一項令人興奮的新技術,用於使用表示和持有其自身數據的對象
- 在批量加載、批次執行和分頁方面的重大改進
- 對真正異步連接和命令操作的支持
- 用於在存儲過程中進行程式化數據處理的進程內伺服器端游標
- 增強標準支持、促進整合和最大化性能的 XML 類別改進
- 超越 SQLXML 3.0:在分佈式查詢處理中利用 XQuery 和 XML 視圖
- 更好的 XML 數據存儲支持以及關聯和 XML 數據管理的整合
- 'Yukon' 的新 XML 數據類型:將 SQL Server 用作 XML 文檔存儲

無論您是否已經在使用 ADO.NET 開發,這本書都將匯集您需要的所有見解、最佳實踐和範例代碼,讓您能夠快速入門 ADO.NET 2.0 和 System.Xml v. 2.0 類別。

目錄
- 圖表清單
- 表格清單
- 前言
- 1. ADO.NET 和 System.Xml 版本 2.0
- 版本 2.0 技術預覽版本
- 版本 2.0 新功能摘要
- XML 的日益重要性
- ASP.NET 中的關聯數據綁定
- 本書的路線圖
- 摘要
- 2. 批量加載、批次執行和分頁
- 新的批量數據複製功能
- 新的批次更新功能
- 使用命令對象進行數據分頁
- 檢索連接統計信息
- 摘要
- 3. MARS、異步命令和 ObjectSpaces
- 擴展和改進的數據訪問功能
- MARS 的實際應用
- 異步命令執行
- ObjectSpaces 概述
- 摘要
- 4. ADO.NET 和 SQL Server 'Yukon'
- SQL Server 查詢通知
- SQL Server 用戶定義類型
- 管理代碼、伺服器端游標和結果集
- 摘要
- 5. System.Xml 的新功能
- 為什麼我應該關心 XML?
- System.Xml 版本 1.x
- 尋求通用數據訪問
- 哪種編程數據模型:關聯、對象還是 XML?
- 不斷變化的 XML 環境
- System.Xml 版本 2.0 的新功能
- 摘要
- 6. XPathDocument2 類
- 創建和更新 XPathDocument2 類
- XPathDocument2 類概述
- XPathDocument2 類及其依賴類的屬性和方法
- XPathEditor 和 XPathChangeNavigator 類
- 使用 XPathDocument2 類
- 摘要
- 7. XmlAdapter 和 SqlXml 類
- XmlAdapter 類和 XML 視圖
- 使用 XmlAdapter 類更新 SQL Server
- 從 SQLXML 3.0 遷移到 .NET Framework
- XML 數據源控制和數據綁定
- 摘要
- 8. XQuery 和 SQL Server
- XQuery 語言的簡要概述
- XQueryProcessor 類
- XsltProcessor 類
- 通用查詢架構
- SQL Server 作為 XML 數據庫
- 摘要
- 索引