Compartilhar via


Trabalhando com conjuntos de dados em aplicativos de n camadas

N-tier data applications are data-centric applications that are separated into multiple logical layers (or tiers). In other words, an n-tier data application is an application that is separated into multiple projects, with the data access tier, the business logic tier, and the presentation tier each in its own project. Para obter mais informações, consulte Visão geral de aplicativos de dados N-Tier..

Typed datasets have been enhanced so that the TableAdapters and dataset classes can be generated into discrete projects. This provides the ability to quickly separate application layers and generate n-tier data applications.

N-tier support in typed datasets enables iterative development of the application architecture to an n-tier design and removes the requirement to manually separate the code into more than one project. Start out designing the data layer by using the Dataset Designer. When you are ready to take the application architecture to an n-tiered design, set the DataSet Project property of a dataset to generate the dataset class into a separate project.

Nesta seção

Referência

DataSet

TypedTableBase<T>

Seções relacionadas

Visão geral de aplicativos de dados N-Tier.

Atualização hierárquica

Trabalhando com conjuntos de dados Visual Studio

Acesso a dados em Visual Studio

Visão geral do TableAdapter

Aplicativos ocasionalmente conectados (cache de banco de dados Local)

N-Tier and Remote Applications with LINQ to SQL