Getting Started with ADO.NET 3.5
o The Structure of ADO.NET 3.5
o Connecting to a Database and Retrieving Data
o Best Practices for Managing Connections and Performing Queries
Modifying Data by Using ADO.NET Commands
o Inserting, Updating, and Deleting Data
o Managing Data Integrity and Concurrency
Querying and Maintaining Data by Using DataSets
o Creating and Using a DataSet to Retrieve Data
o Updating a Database by Using a DataSet
o Using a DataSet in an Occasionally Connected Environment
Querying and Maintaining Data by Using LINQ
o Querying In-Memory Data by Using LINQ Query Expressions
o Retrieving Data by Using LINQ to SQL
o Modifying Data by Using LINQ to SQL
Implementing an Entity Model by Using the ADO.NET Entity Framework
o Creating an Entity Data Model by Using the ADO.NET Entity Framework
o Querying and Modifying Data by Using the ADO.NET Entity Framework
Building Occasionally Connected Solutions by Using Synchronization Services
o Understanding Microsoft Synchronization Services
o Downloading Data by Using Synchronization Services
o Uploading Data by Using Synchronization Services