Sei sulla pagina 1di 3

Overview of Data Applications in Visual Studio

http://msdn.microsoft.com/en-us/library/ms171883

Overview of Data Applications in Visual Studio


Visual Studio 2010 This topic has not yet been rated - Rate this topic 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
Walkthrough: Creating a Simple Data Application Provides step-by-step instructions for creating an application that displays data from a database. Data Sources Overview Describes the concept of data sources in Visual Studio. Local Data Overview Describes the features in Visual Studio that you can use to work with SQL Server Express and Access databases. How to: Manage Local Data Files in Your Project Describes how local data files are managed in a project and how to change the default behavior. Object Binding in Visual Studio Describes the features in Visual Studio that you can use to blind data to objects. Additional Information About Data Access Errors Provides links to forums related to working with data in Visual Studio. Working with Sample Databases Provides links for downloading sample databases and lists topics related to configuring sample databases for use in data walkthroughs. Data Applications Samples and Walkthroughs Provides links for data related walkthroughs and information and links for downloading data samples.

Related Sections
Connecting to Data in Visual Studio Describes how to create connections to databases, Web services, and objects from your application. Preparing Your Application to Receive Data Explains what typed datasets are and how to create and edit the individual objects that make up typed datasets.

1 of 3

5/25/2012 11:53 AM

Overview of Data Applications in Visual Studio Fetching Data into Your Application

http://msdn.microsoft.com/en-us/library/ms171883

Describes how you bring data into your application by executing SQL statements or stored procedures against a data source. Binding Controls to Data in Visual Studio Describes how to display data on Windows Forms. Editing Data in Your Application Discusses how to manipulate data before sending it back to the data source or to another process or application. Validating Data Provides links to topics describing how to add validation to datasets. Saving Data Discusses the issues that need to be taken care of when working with disconnected stores of records residing in memory. Using SQL Server Compact 3.5 (Visual Studio) Provides links to topics about how to incorporate SQL Server Compact 3.5 databases into applications. Object Relational Designer (O/R Designer) Provides links to topics about how to create LINQ to SQL classes by using the O/R Designer. Hierarchical Update Provides links to topics about how to save related tables in a typed dataset by using the TableAdapterManager component. Working with Datasets in N-Tier Applications Provides links to topics about how to use Visual Studio features create n-tier applications. Occasionally Connected Applications (Local Database Caching) Provides links to topics about how to incorporate Microsoft Synchronization Services for ADO.NET into applications. ADO.NET Describes the ADO.NET classes, which expose data-access services to the .NET programmer. Data in Office Solutions Provides links to topics that explain how data works in Office solutions. Includes information about schema-oriented programming, data caching, and server-side data access.

Did you find this helpful?

Yes

No

2 of 3

5/25/2012 11:53 AM

Overview of Data Applications in Visual Studio

http://msdn.microsoft.com/en-us/library/ms171883

Community Content
2012 Microsoft. All rights reserved.

3 of 3

5/25/2012 11:53 AM

Potrebbero piacerti anche