Mastering Visual Basic .NET Database Programming
暫譯: 精通 Visual Basic .NET 資料庫程式設計
Evangelos Petroutsos, Asli Bilgin
- 出版商: Sybex
- 出版日期: 2002-01-11
- 售價: $1,920
- 貴賓價: 9.5 折 $1,824
- 語言: 英文
- 頁數: 960
- 裝訂: Paperback
- ISBN: 0782128785
- ISBN-13: 9780782128789
-
相關分類:
.NET、Visual Basic、資料庫
已過版
買這商品的人也買了...
-
$2,040$1,938 -
$990Integrating Linux and Windows (Paperback)
-
$1,360$1,292 -
$1,920$1,824 -
$1,920$1,824 -
$970Introduction to Algorithms, 2/e
-
$2,240$2,128 -
$1,260Beginning Perl for Bioinformatics (Paperback)
-
$399Applied .NET: Developing People-Oriented Software Using C#
-
$399.NET Enterprise Design with Visual Basic .NET and SQL Server 2000 (Paperback)
-
$2,240$2,128 -
$1,920$1,824 -
$399Visual C++ .NET: A Primer for C++ Developers (Paperback)
-
$299Professional VB.NET Transactions (Paperback)
-
$1,920$1,824 -
$1,610$1,530 -
$450$297 -
$2,240$2,128 -
$836PSP: A Self-Improvement Process for Software Engineers (Hardcover)
-
$1,200$1,176 -
$2,205The Java Programming Language, 4/e (Paperback)
-
$350$298 -
$1,176Business Data Communications and Networking, 9/e
-
$480$408 -
$780$608
相關主題
商品描述
Enter a New World of Database Programming
Visual Basic .NET and ADO.NET facilitate the development of a new
generation of database applications, including disconnected applications that
run on the Web. Mastering Visual Basic .NET Database Programming is the
resource you need to thrive in this new world. Assuming no prior experience with
database programming, this book teaches you every aspect of the craft, from GUI
design to server development to middle-tier implementation. If you're familiar
with earlier versions of ADO, you'll master the many new features of ADO.NET all
the more quickly. You'll also learn the importance of XML within the new .NET
paradigm. Coverage includes:
- Getting familiar with the ADO.NET object model
- Using the data access wizards
- Taking advantage of new SQL Server 2000 features
- Carrying out XSL Transformations and XPath queries
- Generating XML using the T-SQL FOR XML statement
- Binding controls to ADO.NET result sets
- Arriving at a sound database design
- Tuning your SQL Server 2000 database
- Using the XML Designer in Visual Studio .NET
- Leveraging the data access tools available in the Visual Studio .NET IDE
- Working with .NET data providers
- Choosing between streaming data and caching data
- Working with the Data Form Wizard in Visual Studio .NET
- Using advanced ADO.NET techniques
- Building a threaded application
- Using .NET's advanced exception handling capabilities
- Using the .NET Deployment Project Template
Contents
Introduction
Part 1 • Database Concepts
Chapter 1 • Database
Access: Architectures and Technologies
Chapter 2 • Basic Concepts of
Relational Databases
Chapter 3 • The Visual Database Tools
Chapter 4 •
Structured Query Language
Part 2 • Database Programming
Chapter 5 •
Transact-SQL
Chapter 6 • A First Look at ADO.NET
Chapter 7 • ADO.NET
Programming
Chapter 8 • Data-Aware Controls
Chapter 9 • Working with
DataSets
Chapter 10 • The Role of XML
Part 3 • Advanced Data
Services
Chapter 11 • More ADO.NET Programming
Chapter 12 • Integration
with XML
Chapter 13 • The Middle Tier
Chapter 14 • Advanced SQL Server
2000 Features
Part 4 • Data Access From the Web
Chapter 15 •
Introducing ASP.NET
Chapter 16 • The Web Data Controls
Chapter 17 •
Working with WebServices
Chapter 18 • VS .NET Deployment
Considerations
Appendix A • Sample Projects
Index
商品描述(中文翻譯)
進入資料庫程式設計的新世界
Visual Basic .NET 和 ADO.NET 促進了新一代資料庫應用程式的開發,包括在網路上運行的離線應用程式。《精通 Visual Basic .NET 資料庫程式設計》是您在這個新世界中茁壯成長所需的資源。本書假設您沒有資料庫程式設計的先前經驗,將教您這門技藝的每個方面,從 GUI 設計到伺服器開發,再到中介層實作。如果您熟悉早期版本的 ADO,您將更快掌握 ADO.NET 的許多新功能。您還將學習 XML 在新的 .NET 範式中的重要性。內容包括:
- 熟悉 ADO.NET 物件模型
- 使用資料存取精靈
- 利用 SQL Server 2000 的新功能
- 執行 XSL 轉換和 XPath 查詢
- 使用 T-SQL FOR XML 語句生成 XML
- 將控制項綁定到 ADO.NET 結果集
- 達成合理的資料庫設計
- 調整您的 SQL Server 2000 資料庫
- 在 Visual Studio .NET 中使用 XML 設計器
- 利用 Visual Studio .NET IDE 中可用的資料存取工具
- 與 .NET 資料提供者合作
- 在串流資料和快取資料之間做選擇
- 在 Visual Studio .NET 中使用資料表單精靈
- 使用進階 ADO.NET 技術
- 建立執行緒應用程式
- 使用 .NET 的進階例外處理能力
- 使用 .NET 部署專案範本
內容
介紹
第一部分 • 資料庫概念
第 1 章 • 資料庫存取:架構與技術
第 2 章 • 關聯式資料庫的基本概念
第 3 章 • 視覺資料庫工具
第 4 章 • 結構化查詢語言
第二部分 • 資料庫程式設計
第 5 章 • Transact-SQL
第 6 章 • ADO.NET 的初步了解
第 7 章 • ADO.NET 程式設計
第 8 章 • 資料感知控制項
第 9 章 • 與 DataSets 合作
第 10 章 • XML 的角色
第三部分 • 進階資料服務
第 11 章 • 更多 ADO.NET 程式設計
第 12 章 • 與 XML 的整合
第 13 章 • 中介層
第 14 章 • SQL Server 2000 的進階功能
第四部分 • 從網路存取資料
第 15 章 • 介紹 ASP.NET
第 16 章 • 網路資料控制項
第 17 章 • 與 WebServices 合作
第 18 章 • VS .NET 部署考量
附錄 A • 範例專案
索引