Skip to content

Commit d958ab9

Browse files
authored
Merge pull request #7880 from nick1941/patch-1
Update dataset-tools-in-visual-studio.md
2 parents 30f58aa + 3bfcad9 commit d958ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-tools/dataset-tools-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ms.technology: vs-data-tools
5151
ms.workload:
5252
- data-storage
5353
---
54-
# Dataset tools in Visual Studio
54+
# DataSet tools in Visual Studio
5555

5656
> [!NOTE]
5757
> Datasets and related classes are legacy .NET technologies from the early 2000s that enable applications to work with data in memory while the applications are disconnected from the database. They are especially useful for applications that enable users to modify data and persist the changes back to the database. Although datasets have proven to be a very successful technology, we recommend that new .NET applications use Entity Framework. Entity Framework provides a more natural way to work with tabular data as object models, and it has a simpler programming interface.

0 commit comments

Comments
 (0)