Skip to content

Commit bc122aa

Browse files
authored
Merge pull request #7686 from MicrosoftDocs/main637807395618402221
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b226f48 + 5971c88 commit bc122aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-tools/create-a-simple-data-application-by-using-adonet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.workload:
1919

2020
When you create an application that manipulates data in a database, you perform basic tasks such as defining connection strings, inserting data, and running stored procedures. By following this topic, you can discover how to interact with a database from within a simple Windows Forms "forms over data" application by using Visual C# or Visual Basic and ADO.NET. All .NET data technologies—including datasets, LINQ to SQL, and Entity Framework—ultimately perform steps that are very similar to those shown in this article.
2121

22-
This article demonstrates a simple way to get data out of a database in a fast manner. If your application needs to modify data in non-trivial ways and update the database, you should consider using Entity Framework and using data binding to automatically sync user interface controls to changes in the underlying data.
22+
This article demonstrates a simple way to quickly get data out of a database. If your application needs to modify data in non-trivial ways and update the database, you should consider using Entity Framework and using data binding to automatically sync user interface controls to changes in the underlying data.
2323

2424
> [!IMPORTANT]
2525
> To keep the code simple, it doesn't include production-ready exception handling.

docs/get-started/tutorial-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you haven't already installed Visual Studio, go to the [Visual Studio downloa
3737

3838
::: moniker-end
3939

40-
This article assumes you're already familiar with a programming language. If you aren't, we suggest you look at one of the programming quickstarts first, such as create a web app with [Python](../ide/quickstart-python.md) or [C#](../get-started/csharp/tutorial-aspnet-core.md), or create a console app with [Visual Basic](visual-basic/tutorial-console.md) or [C++](/cpp/get-started/tutorial-console-cpp.md).
40+
This article assumes you're already familiar with a programming language. If you aren't, we suggest you look at one of the programming quickstarts first, such as create a web app with [Python](../ide/quickstart-python.md) or [C#](../get-started/csharp/tutorial-aspnet-core.md), or create a console app with [Visual Basic](visual-basic/tutorial-console.md) or [C++](/cpp/get-started/tutorial-console-cpp).
4141

4242
::: moniker range=">=vs-2022"
4343

0 commit comments

Comments
 (0)