First Look at ADO.NET and System Xml v 2.0 (Paperback)

Alex Homer, Dave Sussman, Mark Fussell

  • 出版商: Addison Wesley
  • 出版日期: 2003-10-24
  • 定價: $1,200
  • 售價: 2.5$299
  • 語言: 英文
  • 頁數: 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.

商品描述(中文翻譯)

.NET Framework 2.0版本將提供強大的增強功能,讓應用程式和服務開發人員對其數據擁有前所未有的控制權。在《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類別改進
- 利用XQuery和XML Views在分佈式查詢處理中的SQLXML 3.0之外的更好支援
- 更好地支援存儲XML數據和整合關聯和XML數據管理
- 使用SQL Server作為XML文檔存儲的“Yukon”新XML數據類型

無論您是否已經在使用ADO.NET進行開發,本書都匯集了您需要開始使用ADO.NET 2.0和System.Xml v. 2.0類別的所有見解、最佳實踐和示例代碼。

目錄:
- 圖表清單
- 表格清單
- 序言
- 第1章 ADO.NET和System.Xml版本2.0
- 第2章 批量加載、批量執行和分頁
- 第3章 MARS、異步命令和ObjectSpaces