Skip to content

Commit 7f0650f

Browse files
committed
Change ms.author from Cam Soper to Daniel Roth (PM)
1 parent c3e93e6 commit 7f0650f

24 files changed

Lines changed: 24 additions & 24 deletions

learn-pr/aspnetcore/aspnetcore-middleware/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Introduction to ASP.NET Core middleware.
77
ms.date: 8/28/2024
88
author: camsoper
9-
ms.author: casoper
9+
ms.author: daroth
1010
ms.topic: unit
1111
durationInMinutes: 1
1212
content: |

learn-pr/aspnetcore/aspnetcore-middleware/2-understand-middleware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: This unit explains what middleware is and how it works in ASP.NET Core.
88
ms.date: 8/29/2024
99
author: camsoper
10-
ms.author: casoper
10+
ms.author: daroth
1111
ms.topic: unit
1212
durationInMinutes: 10
1313
content: |

learn-pr/aspnetcore/aspnetcore-middleware/3-exercise-built-in-middleware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: This unit is an exercise that demonstrates how to use built-in middleware in an ASP.NET Core app.
88
ms.date: 8/29/2024
99
author: camsoper
10-
ms.author: casoper
10+
ms.author: daroth
1111
ms.topic: unit
1212
durationInMinutes: 5
1313
content: |

learn-pr/aspnetcore/aspnetcore-middleware/4-exercise-custom-middleware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: This unit is an exercise that demonstrates how to create custom middleware in an ASP.NET Core app.
88
ms.date: 8/29/2024
99
author: camsoper
10-
ms.author: casoper
10+
ms.author: daroth
1111
ms.topic: unit
1212
durationInMinutes: 5
1313
content: |

learn-pr/aspnetcore/aspnetcore-middleware/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Knowledge check for ASP.NET Core middleware.
77
ms.date: 10/02/2024
88
author: CamSoper
9-
ms.author: casoper
9+
ms.author: daroth
1010
ms.topic: unit
1111
module_assessment: true
1212
durationInMinutes: 5

learn-pr/aspnetcore/aspnetcore-middleware/6-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: This unit is the summary of the module.
77
ms.date: 8/29/2024
88
author: camsoper
9-
ms.author: casoper
9+
ms.author: daroth
1010
ms.topic: unit
1111
durationInMinutes: 3
1212
content: |

learn-pr/aspnetcore/aspnetcore-middleware/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: "Understand and implement middleware in an ASP.NET Core app. Use included middleware like HTTP logging and authentication. Create custom middleware to handle requests and responses."
66
ms.date: 10/02/2024
77
author: camsoper
8-
ms.author: casoper
8+
ms.author: daroth
99
ms.topic: module
1010
ms.service: aspnet-core
1111
title: Customize ASP.NET Core behavior with middleware

learn-pr/aspnetcore/configure-dependency-injection/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Introduction to ASP.NET Core dependency injection.
77
ms.date: 11/7/2024
88
author: camsoper
9-
ms.author: casoper
9+
ms.author: daroth
1010
ms.topic: unit
1111
durationInMinutes: 1
1212
content: |

learn-pr/aspnetcore/configure-dependency-injection/2-understand-dependency-injection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
description: This unit explains what dependency injection is and how it works in an ASP.NET Core app.
1010
ms.date: 11/7/2024
1111
author: camsoper
12-
ms.author: casoper
12+
ms.author: daroth
1313
ms.topic: unit
1414
ai-usage: ai-assisted
1515
durationInMinutes: 10

learn-pr/aspnetcore/configure-dependency-injection/3-exercise-register-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
description: This unit is an exercise that demonstrates how to register and consume services in an ASP.NET Core app.
1111
ms.date: 11/7/2024
1212
author: camsoper
13-
ms.author: casoper
13+
ms.author: daroth
1414
ms.topic: unit
1515
durationInMinutes: 10
1616
content: |

0 commit comments

Comments
 (0)