Programming Microsoft ADO.NET 2.0 Core reference / David Sceppa.

AUTOR: David, Sceppa
ISBN: 073562206X
          9780735622067
IDIOMA: eng
PÁGINAS: XXII, 835
AÑO: 2006

 
   
RECOMENDADO EN LAS SIGUIENTES ASIGNATURAS
Tecnología orientada a objetos

 
RESUMEN

This CORE REFERENCE demonstrates how to use ADO.NET 2.0, a technology within Microsoft Visual Studio® 2005, to access, sort, and manipulate data in standalone, enterprise, and Web-enabled applications. Discover best practices for writing, testing, and debugging database application code using the new tools and wizards in Visual Studio 2005, and put them to work with extensive code samples, tutorials, and insider tips. The book describes the ADO.NET object model, its XML features for Web extensibility, integration with Microsoft SQL Server 2000 and SQL Server 2005, and other core topics
 
INDICE

AcknowledgmentsIntroductionPart I: Getting Started with Microsoft ADO.NET 2.0
* Chapter 1: Overview of ADO.NET
* Chapter 2: Building Your First ADO.NET Application with Microsoft Visual Studio 2005Part II: Getting Connected: Using a .NET Data Provider
* Chapter 3: Connecting to Your Database
* Chapter 4: Querying Your Database
* Chapter 5: Retrieving Data Using SqlDataAdapter ObjectsPart III: Working with Data Offline - The ADO.NET DataSet
* Chapter 6: Working with DataSet Objects
* Chapter 7: Working with Relational Data
* Chapter 8: Sorting, Searching, and Filtering
* Chapter 9: Working with Strongly Typed DataSet Objects and TableAdapters
* Chapter 10: Submitting Updates to Your Database
* Chapter 11: Advanced Updating Scenarios
* Chapter 12: Working with XML DataPart IV: Building Effective Applications with ADO.NET 2.0
* Chapter 13: Building Effective Microsoft Windows - Based Applications
* Chapter 14: Building Effective Web Applications
* Chapter 15: SQL Server 2005 Common Language Runtime IntegrationPart V: Appendixes
* Appendix A: Using Other .NET Data Providers
* Appendix B: Samples and Tools
* About the Author