ADO.NET and ADO Examples and Best Practices for VB Programmers, 2/e
暫譯: VB 程式設計師的 ADO.NET 與 ADO 範例及最佳實踐(第二版)
William R. Vaughn, Bill Vaughn
- 出版商:
- 出版日期: 2002-02-05
- 售價: $1,900
- 貴賓價: 9.5 折 $1,805
- 語言: 英文
- 頁數: 600
- 裝訂: Paperback
- ISBN: 1893115682
- ISBN-13: 9781893115682
-
相關分類:
.NET
無法訂購
買這商品的人也買了...
-
資料結構-使用 C 語言 (Fundamentals of Data Structures in C)$450$356 -
Visual C#.NET 程式設計經典$650$514 -
Computer Organization and Design: The Hardware/Software Interface, 3/e(IE) (美國版ISBN:1558606041)$1,200$1,176 -
JavaServer Faces 互動式網站介面 (JavaServer Faces)$820$648 -
Microsoft Windows Internals: Microsoft Windows Server 2003, Windows XP, and Windows 2000, 4/e$2,260$2,147 -
ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507 -
PC DIY 2005 無線網路選購、架設、疑難排解$380$323 -
$1,782Linux Device Drivers, 3/e (Paperback) -
輕快的好 Java (Better, Faster, Lighter Java)$760$600 -
C Primer Plus, 5/e 中文精華版$560$442 -
最新詳解 Javascript & HTML & CSS 語法辭典(增訂新版)$490$382 -
解決網頁設計一定會遇到的 210 個問題$480$408 -
速習!網站設計達人講座$480$408 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
速效! Photoshop CS2 設計講堂 (How to Cheat in Photoshop: The art of creating photorealistic montages - updated for CS2, 3/e)$720$612 -
DHTML 最新 JavaSctipt 動態網頁範例$420$357 -
SIP 會談啟始協議操典$680$537 -
Windows Server 2003 網路架構訓練手冊 (MCSA/MCSE Self-Paced Training Kit (Exam 70-291): Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure)$720$569 -
Dreamweaver 8 中文版魔法網頁 easy go$490$417 -
PC DIY Ghost 10 真‧急救王─電腦重灌、系統回復、資料搶救$250$213 -
分析王─商業資料的收集整理與分析$450$351 -
Knoppix Hacks 駭客一百招 (Knoppix Hacks)$540$427 -
專業 Java 整合開發工具 Eclipse 3 (Professional Eclipse 3 for Java Developers)$560$442 -
防網路釣魚 + 側錄 + 間諜 + 詐騙 + 毒駭$480$408 -
Linux Mail Server 技術實務─架設、稽核、防毒、防垃圾信$580$493
商品描述
Visual Basic developers are faced with a dizzying cornucopia of choices when it comes to data access paradigms. The onset of the new .NET technology forces developers to completely rethink their data access strategies. All at once there is an entirely new language and a new set of data access interfaces to learn and incorporate into their designs. The purpose of this book is to make the choice and implementation of the best of those technologies far easier. It does this through working examples and numerous discussions of what works and what doesn’t.
Vaughn's Best Practices are the techniques that developers need to know because they cause the least amount of overhead, problems and confusion–for the developer, the system and the team. While some are quite simple to implement, other Best Practices require considerable thought and forethought to enable. This is a developer’s book - full of hints, tips and notes passed on from those who show the medals and scars of battles won and lost.
Contents
Part One: ADO Classic
- Chapter 1: Working with ADO
- Chapter 2: Introduction to ADO
- Chapter 3: Creating ADO Objects
- Chapter 4: Getting Connected
- Chapter 5: ADO Command Strategies
- Chapter 6: Recordset Strategies
- Chapter 7: Manipulating Your Recordset
- Chapter 8: Understanding Record and Stream Objects
- Chapter 9: Passing Resultsets Between Layers
- Chapter 10: Getting Your Data Into Shape
- Chapter 11: Data Access Tips and Techniques
- Chapter 12: ADO and the Visual Database Tools
Part Two: ADO.NET and the .NET Framework
- Chapter 13: Introducing ADO.NET
- Chapter 14: ADO.NET -- Getting Connected
- Chapter 15: ADO.NET Command Strategies
- Chapter 16: ADO.NET DataReader Strategies
- Chapter 17: Using the DataTable and DataSet
- Chapter 18: Filtering, Sorting, and Finding
- Chapter 19: ADO.NET Update Strategies
- Chapter 20: ADO.NET Constraint Strategies
- Chapter 21: ADO.NET Error Management Strategies
- Chapter 22: ADO.NET and XML
Appendixes
- Appendix A: Working with the Biblio Sample Database
- Appendix B: CompareCursorLocation Chart
- Appendix C: ADOc Dynamic Properties
商品描述(中文翻譯)
Visual Basic 開發人員在數據存取範式方面面臨著令人眼花撩亂的選擇。新 .NET 技術的出現迫使開發人員完全重新思考他們的數據存取策略。突然之間,開發人員需要學習一種全新的語言和一組新的數據存取介面,並將其納入設計中。本書的目的是使選擇和實施這些技術中的最佳方案變得更加容易。它通過實作範例和對有效與無效的討論來達成這一目的。
Vaughn 的《最佳實踐》是開發人員需要了解的技術,因為它們對開發者、系統和團隊造成的開銷、問題和混淆最少。雖然有些實踐相對簡單,但其他最佳實踐則需要相當的思考和預先考量才能啟用。這是一本針對開發者的書,充滿了從那些擁有勝利與失敗的勳章和傷痕的人那裡傳遞的提示、技巧和註解。
**內容**
**第一部分:ADO Classic**
- 第 1 章:使用 ADO
- 第 2 章:ADO 簡介
- 第 3 章:創建 ADO 物件
- 第 4 章:建立連接
- 第 5 章:ADO 命令策略
- 第 6 章:記錄集策略
- 第 7 章:操作記錄集
- 第 8 章:理解記錄和串流物件
- 第 9 章:在層之間傳遞結果集
- 第 10 章:整理數據
- 第 11 章:數據存取提示與技巧
- 第 12 章:ADO 與視覺數據庫工具
**第二部分:ADO.NET 和 .NET 框架**
- 第 13 章:介紹 ADO.NET
- 第 14 章:ADO.NET - 建立連接
- 第 15 章:ADO.NET 命令策略
- 第 16 章:ADO.NET DataReader 策略
- 第 17 章:使用 DataTable 和 DataSet
- 第 18 章:過濾、排序和查找
- 第 19 章:ADO.NET 更新策略
- 第 20 章:ADO.NET 約束策略
- 第 21 章:ADO.NET 錯誤管理策略
- 第 22 章:ADO.NET 和 XML
**附錄**
- 附錄 A:使用 Biblio 範例數據庫
- 附錄 B:CompareCursorLocation 圖表
- 附錄 C:ADOc 動態屬性
