ADO.NET in a Nutshell
暫譯: ADO.NET 簡明指南

Matthew MacDonald, Bill Hamilton

  • 出版商: O'Reilly
  • 售價: $1,740
  • 貴賓價: 9.5$1,653
  • 語言: 英文
  • 頁數: 704
  • 裝訂: Paperback
  • ISBN: 0596003617
  • ISBN-13: 9780596003616
  • 相關分類: .NET
  • 已過版

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

商品描述

Written by experts on the Microsoft® .NET programming platform, ADO.NET in a Nutshell delivers everything .NET programmers will need to get a jump-start on ADO.NET technology or to sharpen their skills even further. In the tradition of O'Reilly's In a Nutshell Series, ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available.

ADO.NET is the suite of data access technologies in the .NET Framework that developers use to build applications services accessing relational data and XML. Connecting to databases is a fundamental part of most applications, whether they are web, Windows®, distributed, client/server, XML Web Services, or something entirely different. But ADO.NET is substantially different from Microsoft's previous data access technologies--including the previous version of ADO--so even experienced developers need to understand the basics of the new disconnected model before they start programming with it.

Current with the .NET Framework 1.1, ADO.NET in a Nutshell offers one place to look when you need help with anything related to this essential technology, including a reference to the ADO.NET namespaces and object model. In addition to being a valuable reference, this book provides a concise foundation for programming with ADO.NET and covers a variety of issues that programmers face when developing web applications or Web Services that rely on database access. Using C#, this book presents real world, practical examples that will help you put ADO.NET to work immediately.

Topics covered in the book include:

  • An Introduction to ADO.NET
  • Connections, Commands and DataReaders
  • Disconnected Data
  • Advanced DataSets
  • Transactions
  • DataViews and Data Binding
  • XML and the DataSet


Included with the book is a Visual Studio .NET add-in that integrates the entire reference directly into your help files. When combining ADO.NET in a Nutshell with other books from O'Reilly's .NET In a Nutshell series, you'll have a comprehensive, detailed and independent reference collection that will help you become more productive.

Table of Contents

Preface

I. ADO.NET Tutorial

1. Introduction

2. .NET Data Providers

3. Connections

4. Commands

5. DataReaders

6. DataSets

7. DataTables

8. DataColumns

9. DataRows

10. Constraints

11. DataRelations

12. DataViews and Data Binding

13. Strongly Typed DataSets

14. DataAdapters

15. Updating the Data Source

16. Transactions

17. XML and the DataSet

II. ADO.NET Core Classes

18. The Connection Class

19. The Command Class

20. The Parameter Class

21. The DataReader Class

22. The DataSet Class

23. The DataTable Class

24. The DataColumn Class

25. The DataRow Class

26. The Constraint Class

27. The DataRelation Class

28. The DataView Class

29. The DataAdapter Class

30. The CommandBuilder Class

31. The Transaction Class

III. API Quick Reference

32. How to Use This Quick Reference

33. Converting from C# to VB Syntax

34. The System.Data Namespace

35. The System.Data.Common Namespace

36. The System.Data.SqlClient Namespace

37. The System.Data.OleDb Namespace

38. The System.Data.SqlTypes Namespace

IV. Appendixes

A. ADO.NET Providers

B. ADO.NET XML Extensions

C. Microsoft Data Engine (MSDE)

D. Type, Method, Property, and Field Index

Index

商品描述(中文翻譯)

由微軟® .NET 程式設計平台的專家撰寫,ADO.NET in a Nutshell 提供了 .NET 程式設計師所需的一切,以便快速入門 ADO.NET 技術或進一步提升他們的技能。遵循 O'Reilly 的 In a Nutshell 系列傳統,ADO.NET in a Nutshell 是目前最完整且簡明的 ADO.NET 資訊來源。

ADO.NET 是 .NET Framework 中的一套資料存取技術,開發人員使用它來構建訪問關聯資料和 XML 的應用程式服務。連接到資料庫是大多數應用程式的基本部分,無論它們是網頁、Windows®、分散式、客戶端/伺服器、XML Web Services,或是完全不同的東西。然而,ADO.NET 與微軟之前的資料存取技術(包括之前版本的 ADO)有著顯著的不同,因此即使是經驗豐富的開發人員也需要了解新斷開模型的基本概念,才能開始使用它進行程式設計。

本書與 .NET Framework 1.1 相符,ADO.NET in a Nutshell 提供了一個查詢此基本技術相關問題的地方,包括 ADO.NET 命名空間和物件模型的參考。除了作為有價值的參考資料外,本書還為使用 ADO.NET 的程式設計提供了簡明的基礎,並涵蓋了開發依賴於資料庫存取的網頁應用程式或 Web Services 時,程式設計師所面臨的各種問題。使用 C#,本書提供了實際的真實世界範例,幫助您立即將 ADO.NET 應用於實際工作中。

本書涵蓋的主題包括:
- ADO.NET 簡介
- 連接、命令和資料讀取器
- 斷開的資料
- 進階資料集
- 交易
- 資料視圖和資料綁定
- XML 和資料集

本書附帶一個 Visual Studio .NET 外掛,將整個參考直接整合到您的幫助文件中。當您將 ADO.NET in a Nutshell 與 O'Reilly 的其他 .NET In a Nutshell 系列書籍結合時,您將擁有一個全面、詳細且獨立的參考資料集,幫助您提高生產力。

目錄

前言

I. ADO.NET 教學

1. 介紹
2. .NET 資料提供者
3. 連接
4. 命令
5. 資料讀取器
6. 資料集
7. 資料表
8. 資料欄
9. 資料列
10. 約束
11. 資料關聯
12. 資料視圖和資料綁定
13. 強類型資料集
14. 資料適配器
15. 更新資料來源
16. 交易
17. XML 和資料集

II. ADO.NET 核心類別

18. 連接類別
19. 命令類別
20. 參數類別
21. 資料讀取器類別
22. 資料集類別
23. 資料表類別
24. 資料欄類別
25. 資料列類別
26. 約束類別
27. 資料關聯類別
28. 資料視圖類別
29. 資料適配器類別
30. 命令生成器類別
31. 交易類別

III. API 快速參考

32. 如何使用此快速參考
33. 從 C# 轉換為 VB 語法
34. System.Data 命名空間
35. System.Data.Common 命名空間
36. System.Data.SqlClient 命名空間
37. System.Data.OleDb 命名空間
38. System.Data.SqlTypes 命名空間

IV. 附錄

A. ADO.NET 提供者
B. ADO.NET XML 擴展
C. 微軟資料引擎 (MSDE)
D. 類型、方法、屬性和欄位索引
索引