Skip to content

Commit 21284fe

Browse files
Update to add basic WinUI get started info (#5854)
Refer to project as a WinUI project or app instead of a Windows App SDK app. Update VS workload name. Link to WinUI get started tutorial.
1 parent 4255442 commit 21284fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hub/apps/develop/data-access/sqlite-data-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you'll learn how to:
2828

2929
To complete this tutorial, you need:
3030

31-
- Visual Studio with Windows App SDK development workload
31+
- Visual Studio 2022 or later with **WinUI application development** workload
3232
- Basic familiarity with C# and XAML
3333
- Understanding of fundamental database concepts
3434

@@ -64,7 +64,7 @@ We recommend that you use either [Entity Framework Core](/ef/core/) or the open-
6464

6565
### Entity Framework Core
6666

67-
Entity Framework (EF) is an object-relational mapper that you can use to work with relational data by using domain-specific objects. If you've already used this framework to work with data in other .NET apps, you can use the same code in your Windows App SDK app and it will work with appropriate changes to the connection string.
67+
Entity Framework (EF) is an object-relational mapper that you can use to work with relational data by using domain-specific objects. If you've already used this framework to work with data in other .NET apps, you can use the same code in your WinUI app and it will work with appropriate changes to the connection string.
6868

6969
To try it out, see [Getting Started with EF Core](/ef/core/get-started/overview/first-app).
7070

@@ -76,7 +76,7 @@ The rest of this guide helps you to use this library.
7676

7777
## Set up your solution to use the Microsoft.Data.SQLite library
7878

79-
We'll start with a basic Windows App SDK project, and then install the SQLite NuGet package.
79+
We'll start with a basic WinUI project, and then install the SQLite NuGet package. See [Create a WinUI app](/windows/apps/tutorials/winui-notes/intro) for instructions on how to create your first WinUI project.
8080

8181
All supported versions of Windows support SQLite, so your app does not have to package SQLite libraries. Instead, your app can use the version of SQLite that comes installed with Windows. This helps you in a few ways.
8282

0 commit comments

Comments
 (0)