Skip to content

Commit 3bfcad9

Browse files
author
Nicholas Piazza
authored
Update dataset-tools-in-visual-studio.md
Replace "Dataset" with "DataSet" all places in this article.
1 parent 7378c23 commit 3bfcad9

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)