VB.NET & SQL Server 2000: Building an Effective Data Layer (Paperback)

Tony Bain, Denise Gosnell, Jonathan A. Walsh

  • 出版商: Wrox Press
  • 售價: $1,860
  • 貴賓價: 9.5$1,767
  • 語言: 英文
  • 頁數: 564
  • 裝訂: Paperback
  • ISBN: 1861007051
  • ISBN-13: 9781861007056
  • 相關分類: .NETMSSQLSQL
  • 已絕版

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

商品描述

Many VB developers choose SQL Server 2000, a robust enterprise-level database system, to provide the data layer in their applications. The introduction of Microsoft's .NET Framework brings us ADO.NET, the latest means of connecting to that data source.

This book will teach the experienced VB developer, with a working knowledge of Visual Basic .NET, how to integrate SQL Server 2000 with VB .NET applications using ADO.NET.

ADO.NET introduces .NET classes for:

- Efficient access to multiple data sources
- Data sorting
- Data manipulation
- Improved inter-application communication

"Building an effective data layer" illustrates how to take advantage of the new features available in the .NET Framework when working with data-centric applications. It covers:

- The key classes and objects in ADO.NET and how to utilize them to access and manipulate data from SQL Server 2000
- How to write and utilize efficient stored procedures, to reduce middle-tier code
- Databinding methods for use in both Windows Forms and Web Form applications
- Transactions and locking management
- Transactions and object pooling