ADO.NET in a Nutshell

Matthew MacDonald, Bill Hamilton

  • 出版商: O'Reilly
  • 售價: $1,670
  • 貴賓價: 9.5$1,587
  • 語言: 英文
  • 頁數: 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