Skip to content

Commit 5d03569

Browse files
committed
docs: develop-data-access
Modernize documentation by updating legacy references. Batch: develop-data-access Files changed: 4 Proposals applied: 4
1 parent 25a3c6f commit 5d03569

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

hub/apps/develop/data-access/cosmos-db-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article contains the steps required to enable working with a Cosmos DB data
1414

1515
## Set up your solution
1616

17-
This example can be used with any WPF, Windows Forms, WinUI, and UWP project to connect your Windows app to a Cosmos DB database. Follow these steps to install the package and try out example code for some basic tasks.
17+
This example can be used with any WPF, Windows Forms and WinUI project to connect your Windows app to a Cosmos DB database. Follow these steps to install the package and try out example code for some basic tasks.
1818

1919
1. Open the **Package Manager Console** (View -> Other Windows -> Package Manager Console). Use the command `Install-Package Microsoft.Azure.Cosmos` to install the NuGet package for the **Azure Cosmos DB for NoSQL client library for .NET**. This will allow you to programmatically access Cosmos DB databases.
2020
1. Build your project and make sure that the build was successful with no errors.

hub/apps/develop/data-access/mongodb-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article contains the steps required to enable working with a MongoDB databa
1414

1515
## Set up your solution
1616

17-
This example can be used with any WPF, Windows Forms, WinUI, and UWP project to connect your Windows app to MongoDB. Follow these steps to install the package and try out the example code to read data from an existing MongoDB database.
17+
This example can be used with any WPF, Windows Forms and WinUI project to connect your Windows app to MongoDB. Follow these steps to install the package and try out the example code to read data from an existing MongoDB database.
1818

1919
1. Open the **Package Manager Console** (View -> Other Windows -> Package Manager Console).
2020
1. Use the command `Install-Package MongoDB.Driver` to install the NuGet package for the official driver for MongoDB.

hub/apps/develop/data-access/mysql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article contains the steps required to enable working with a MySQL database
1818
1919
## Set up your solution
2020

21-
This example can be used with any WPF, Windows Forms, WinUI, and UWP project to connect your Windows app to a MySQL database. Follow these steps to install the package and try out the example code to read data from an existing MySQL database.
21+
This example can be used with any WPF, Windows Forms and WinUI project to connect your Windows app to a MySQL database. Follow these steps to install the package and try out the example code to read data from an existing MySQL database.
2222

2323
1. Open the **Package Manager Console** (View -> Other Windows -> Package Manager Console).
2424
1. Use the command `Install-Package MySql.Data` to install the NuGet package for the MySQL core class library.

hub/apps/develop/data-access/sql-server-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this guide, we'll show you one way to do that in apps that use the Windows Ap
2121
> [!TIP]
2222
> You can also get scripts to create the **Northwind** and **pubs** sample databases from the [SQL Server Samples GitHub repository](https://github.com/microsoft/sql-server-samples/blob/master/samples/databases/northwind-pubs/readme.md).
2323
24-
The snippets that appear in this guide are based on this [UWP sample app](https://github.com/StefanWickDev/IgniteDemos/tree/master/NorthwindDemo).
24+
The snippets that appear in this guide are based on this [sample app](https://github.com/StefanWickDev/IgniteDemos/tree/master/NorthwindDemo).
2525

2626
## First, set up your solution
2727

0 commit comments

Comments
 (0)