N-Tier Data Applications
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.
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
Visão geral de aplicativo de dados de N camadas
Explains what n-tier data applications are.Como: Separar Datasets e TableAdapters em diferentes projetos
Describes how to move the generated dataset class out of the project that contains the generated TableAdapter classes and into a new project.Como: Adicionar código ao TableAdapters em N-tier aplicativos
Describes how to generate a partial class in which code can be added for an n-tier TableAdapter.Como: Adicionar código para os conjuntos de dados em aplicativos de N-tier
Describes how to generate a partial class in which code can be added for an n-tier dataset.Como: Adicionar validação para um DataSet N-tier
Describes where to add code to perform validation on changing data.Demonstra Passo a passo: Criando um aplicativo de dados N-tier
Provides step-by-step instructions for creating a typed dataset and separating the TableAdapter and dataset code into multiple projects.Demonstra Passo a passo: Adicionando validação a um aplicativo de dados N-tier
Provides step-by-step instructions for adding validation to the application created in the n-tier data application walkthrough.Demonstra Passo a passo: Adicionando um cache local do banco de dados a um aplicativo de N-tier
Provides step-by-step instructions for incorporating Microsoft Synchronization Services for ADO.NET into the application created in the n-tier data application walkthrough.
Referência
Seções relacionadas
Datasets in Visual Studio Overview
Acessando Dados (Visual Studio)
Object Relational Designer (O/R Designer)