Skip to content

Commit ac98fb5

Browse files
committed
Line edits
1 parent eb015ec commit ac98fb5

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/exercise-use-databases-persist-data-from-aspire-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
title: Exercise - Use database services to persist data from a .NET Aspire project
77
description: "In this exercise, you see how to add PostgreSQL and MongoDB database integrations to an existing app built with .NET Aspire."
88
ms.date: 07/02/2025
9-
author: camsoper
10-
ms.author: casoper
9+
author: IEvangelist
10+
ms.author: dapine
1111
ms.topic: unit
1212
ms.custom:
1313
- sfi-ropc-nochange

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/includes/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ At the end of this module, you'll be able to:
1111
- Describe the database systems that .NET Aspire can connect to using built-in integrations.
1212
- Use .NET Aspire integrations to read and write data to PostgreSQL, MySQL, and Microsoft SQL Server databases.
1313
- Use .NET Aspire integrations to read and write data to MongoDB databases.
14-
- Understand the basics of testing in .NET Aspire.
15-
- Create a test project using xUnit.
16-
- Write and run tests for .NET Aspire projects.
17-
- Utilize the .NET Aspire testing project templates.
14+
- Understand the basics of testing in .NET Aspire.
15+
- Create a test project using xUnit.
16+
- Write and run tests for .NET Aspire projects.
17+
- Utilize the .NET Aspire testing project templates.

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
title: Use Databases in a .NET Aspire Project
55
description: "Learn about the database systems that .NET Aspire can connect to using built-in integrations. Then see how to configure connections to, and store data in, relational and nonrelational databases."
66
ms.date: 07/02/2025
7-
author: camsoper
8-
ms.author: casoper
7+
author: IEvangelist
8+
ms.author: dapine
99
manager: coxford
1010
ms.topic: module
1111
ms.service: aspnet-core

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Introduction
66
description: "Introduction"
77
ms.date: 07/02/2025
8-
author: camsoper
9-
ms.author: casoper
8+
author: IEvangelist
9+
ms.author: dapine
1010
ms.topic: unit
1111
durationInMinutes: 1
1212
content: |

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Module assessment
66
description: "In this unit, answer questions about the knowledge you gained in this module."
77
ms.date: 07/02/2025
8-
author: camsoper
9-
ms.author: casoper
8+
author: IEvangelist
9+
ms.author: dapine
1010
ms.topic: unit
1111
module_assessment: true
1212
durationInMinutes: 2

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/store-data-nosql-databases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
title: Store data in NoSQL databases
77
description: "Learn how to use .NET Aspire integrations to read and write data to MongoDB databases."
88
ms.date: 07/02/2025
9-
author: camsoper
10-
ms.author: casoper
9+
author: IEvangelist
10+
ms.author: dapine
1111
ms.topic: unit
1212
ms.custom:
1313
- sfi-ropc-nochange

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/store-data-sql-databases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
title: Store data in SQL-compliant databases
77
description: "Learn how to use .NET Aspire integrations to read and write data to PostgreSQL, MySQL, and Microsoft SQL Server databases."
88
ms.date: 07/02/2025
9-
author: camsoper
10-
ms.author: casoper
9+
author: IEvangelist
10+
ms.author: dapine
1111
ms.topic: unit
1212
ms.custom:
1313
- sfi-ropc-nochange

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Summary
66
description: "Summary"
77
ms.date: 07/02/2025
8-
author: camsoper
9-
ms.author: casoper
8+
author: IEvangelist
9+
ms.author: dapine
1010
ms.topic: unit
1111
durationInMinutes: 1
1212
content: |

learn-pr/aspnetcore/use-databases-dotnet-aspire-app/test-aspire-projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
title: Create tests with .NET Aspire
77
description: "Learn the fundamentals of testing in .NET Aspire."
88
ms.date: 07/02/2025
9-
author: camsoper
10-
ms.author: casoper
9+
author: IEvangelist
10+
ms.author: dapine
1111
ms.topic: unit
1212
ms.custom:
1313
- devx-track-dotnet

0 commit comments

Comments
 (0)