Getting Started with Data Access
This section provides information and preparatory instructions for working with data in Visual Studio applications that typically target the client and middle tier.
In This Section
- What's New in Data
-
Provides information and links to new data features for client and data tier applications.
- Creating Data Applications with Visual Studio
-
Discusses the fundamental concepts that you should understand about working with data in Visual Studio.
- Walkthrough: Creating a Simple Data Application
-
Provides step by step instructions for creating an application that displays data from a database.
- Recommendations for Data Access Strategies
-
Describes the two strategies for working with the ADO.NET data-access model, and discusses the strengths of each.
- Benefits of ADO.NET
-
Discusses five advantages that ADO.NET has over previous versions of ADO and over other data access components.
- Comparison of ADO.NET and ADO
-
Describes the features of ADO.NET by comparing them to ADO features.
- Data Sources Overview
-
Describes the concept of data sources in Visual Studio.
- Local Data Overview
-
Describes the features in Visual Studio for working with SQL Server Express and Access databases.
- Object Binding in Visual Studio
-
Describes the features in Visual Studio for binding data to objects.
- Data Walkthroughs
-
Links to pages about particular scenarios related to data access.
- How to: Install Sample Databases
-
Provides information and links for installing sample databases used in the help topics and walkthroughs.
- How to: Remove Data Sources from the Data Sources Window
-
Explains the process of removing items from the Data Sources wiindow.
- Walkthrough: Creating a SQL Server Express Database File
-
Provides step by step instructions for creating a SQL Server Express database.
- Troubleshooting Data Access in Visual Studio
-
Lists common issues that arise when working with data in Visual Studio.