Skip to content

Commit 2a1d698

Browse files
authored
Update create-a-simple-data-application-with-wpf-and-entity-framework-6.md
1 parent 3ec3fcd commit 2a1d698

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/data-tools/create-a-simple-data-application-with-wpf-and-entity-framework-6.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ghogen
66
manager: mijacobs
77
ms.subservice: data-tools
88
ms.topic: tutorial
9-
ms.date: 03/27/2025
9+
ms.date: 7/2/2025
1010
dev_langs:
1111
- CSharp
1212

@@ -17,7 +17,7 @@ dev_langs:
1717
# Create a basic data application with WPF and Entity Framework 6
1818

1919
::: moniker range="vs-2022"
20-
> [!WARNING]
20+
> [!NOTE]
2121
> If you're running Visual Studio 2022, ensure you use version 17.3 or later for this tutorial.
2222
::: moniker-end
2323

@@ -41,7 +41,7 @@ In this tutorial, you:
4141
4242
## Prerequisites
4343

44-
* [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Windows Communication Foundation** component installed. To install it:
44+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with **.NET Desktop Development** workload installed, and the **Windows Communication Foundation** component installed. To install it:
4545

4646
1. Open the **Visual Studio Installer** app, or select **Tools** > **Get Tools and Features** from the Visual Studio menu.
4747
1. In **Visual Studio Installer**, choose **Modify** next to the version of Visual Studio you want to modify.
@@ -52,6 +52,8 @@ In this tutorial, you:
5252

5353
* SQL Server Object Explorer. To install it, install the **Data storage and processing** workload in the **Visual Studio Installer** app.
5454

55+
* Entity Framework 6 tools. This is usually installed when you install the **.NET Dektop Development** workload.
56+
5557
## Install and connect to Northwind
5658

5759
The following example uses SQL Server Express LocalDB and the Northwind sample database. If the ADO.NET data provider for that product supports Entity Framework, it should work with other SQL database products as well.

0 commit comments

Comments
 (0)