Skip to content

Commit f110aca

Browse files
authored
Merge pull request #14030 from ghogen/data-tools-validation-errors
Fix data tools validation errors
2 parents 279d42a + 686eef0 commit f110aca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/data-tools/n-tier-data-applications-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The data tier cannot be accessed directly from the client in the presentation ti
7878

7979
The following topics provide information about working with n-tier applications:
8080

81-
[Separate datasets and TableAdapters into different projects](/previous-versions/visualstudio/visual-studio-2017/data-tools/separate-datasets-and-tableadapters-into-different-projects?view=vs-2017)
81+
[Separate datasets and TableAdapters into different projects](/previous-versions/visualstudio/visual-studio-2017/data-tools/separate-datasets-and-tableadapters-into-different-projects)
8282

8383
[Walkthrough: Creating an n-tier data application](../data-tools/walkthrough-creating-an-n-tier-data-application.md)
8484

docs/data-tools/work-with-datasets-in-n-tier-applications.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ms.subservice: data-tools
2626

2727
*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. For more information, see [N-Tier data applications overview](../data-tools/n-tier-data-applications-overview.md).
2828

29-
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.
29+
With typed datasets, you can generate TableAdapters and dataset classes into discrete projects. This design lets you quickly separate application layers and generate n-tier data applications.
3030

31-
N-tier support in typed datasets enables iterative development of the application architecture to an n-tier design.It also 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're 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.
31+
N-tier support in typed datasets enables iterative development of the application architecture to an n-tier design. It also 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're 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.
3232

3333
## Reference
3434

@@ -38,13 +38,13 @@ N-tier support in typed datasets enables iterative development of the applicatio
3838
## Related content
3939

4040
- [N-Tier data applications overview](../data-tools/n-tier-data-applications-overview.md)
41-
- [Walkthrough: Creating an n-tier Data Application](../data-tools/walkthrough-creating-an-n-tier-data-application.md)
42-
- [Add code to TableAdapters in n-tier applications](/previous-versions/visualstudio/visual-studio-2017/data-tools/add-code-to-tableadapters-in-n-tier-applications?view=vs-2017)
43-
- [Add code to datasets in n-tier applications](/previous-versions/visualstudio/visual-studio-2017/data-tools/add-code-to-datasets-in-n-tier-applications?view=vs-2017)
44-
- [Add validation to an n-tier dataset](/previous-versions/visualstudio/visual-studio-2017/data-tools/add-validation-to-an-n-tier-dataset?view=vs-2017)
45-
- [Separate datasets and TableAdapters into different projects](/previous-versions/visualstudio/visual-studio-2017/data-tools/separate-datasets-and-tableadapters-into-different-projects?view=vs-2017)
41+
- [Create an n-tier Data Application](../data-tools/walkthrough-creating-an-n-tier-data-application.md)
42+
- [Add code to TableAdapters in n-tier applications](/previous-versions/visualstudio/visual-studio-2017/data-tools/add-code-to-tableadapters-in-n-tier-applications)
43+
- [Add code to datasets in n-tier applications](/previous-versions/visualstudio/visual-studio-2017/data-tools/add-code-to-datasets-in-n-tier-applications)
44+
- [Add validation to an n-tier dataset](/previous-versions/visualstudio/visual-studio-2017/data-tools/add-validation-to-an-n-tier-dataset)
45+
- [Separate datasets and TableAdapters into different projects](/previous-versions/visualstudio/visual-studio-2017/data-tools/separate-datasets-and-tableadapters-into-different-projects)
4646
- [Hierarchical update](../data-tools/hierarchical-update.md)
4747
- [Dataset tools in Visual Studio](../data-tools/dataset-tools-in-visual-studio.md)
48-
- [Accessing data in Visual Studio](../data-tools/accessing-data-in-visual-studio.md)
48+
- [Access data in Visual Studio](../data-tools/accessing-data-in-visual-studio.md)
4949
- [Create and configure TableAdapters](../data-tools/create-and-configure-tableadapters.md)
5050
- [N-Tier and remote applications with LINQ to SQL](/dotnet/framework/data/adonet/sql/linq/n-tier-and-remote-applications-with-linq-to-sql)

0 commit comments

Comments
 (0)