Accessing Data (Visual Studio)
Most applications revolve around reading and updating information in databases. To allow data integration in distributed, scalable applications, Visual Studio provides support for integrating data into your applications.
In This Section
- Creating Client Data Applications
-
Discusses aspects of incorporating data access functionality into your applications.
- Creating SQL Server 2005 Objects in Managed Code
-
Provides links to topics describing what SQL Server projects are, how to create them, and how to add and create SQL Server database objects.
- Connecting to Data with Server Explorer/Database Explorer
-
Describes how to access design-time information about databases via Server Explorer.
- Visual Database Tools
-
Describes the tools available for creating and maintaining Microsoft SQL Server and Oracle databases.
- ADO.NET
-
Describes the ADO.NET classes, which expose data-access services to the .NET programmer.
- Transaction Processing
-
Provides both general information on transaction processing and specific information on how to process transactions in the Microsoft .NET Framework.
Reference
- ADO.NET
-
Describes the ADO.NET classes, which expose data-access services to the .NET programmer.
- System.Data
-
Describes the ADO.NET classes, which expose data-access services to the .NET programmer.
- System.Transactions
-
The System.Transactions namespace contains classes that allow you to write your own transactional application and resource manager.