You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-tools/create-a-simple-data-application-with-wpf-and-entity-framework-6.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: ghogen
6
6
manager: mijacobs
7
7
ms.subservice: data-tools
8
8
ms.topic: tutorial
9
-
ms.date: 03/27/2025
9
+
ms.date: 7/2/2025
10
10
dev_langs:
11
11
- CSharp
12
12
@@ -17,7 +17,7 @@ dev_langs:
17
17
# Create a basic data application with WPF and Entity Framework 6
18
18
19
19
::: moniker range="vs-2022"
20
-
> [!WARNING]
20
+
> [!NOTE]
21
21
> If you're running Visual Studio 2022, ensure you use version 17.3 or later for this tutorial.
22
22
::: moniker-end
23
23
@@ -41,7 +41,7 @@ In this tutorial, you:
41
41
42
42
## Prerequisites
43
43
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:
45
45
46
46
1. Open the **Visual Studio Installer** app, or select **Tools** > **Get Tools and Features** from the Visual Studio menu.
47
47
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:
52
52
53
53
* SQL Server Object Explorer. To install it, install the **Data storage and processing** workload in the **Visual Studio Installer** app.
54
54
55
+
* Entity Framework 6 tools. This is usually installed when you install the **.NET Dektop Development** workload.
56
+
55
57
## Install and connect to Northwind
56
58
57
59
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