Skip to content

Commit 536ac29

Browse files
Copilotwadepickett
andauthored
Remove broken Shadi Alnamrouti by-line link from dependency injection docs (#36834)
* Initial plan * Remove broken Shadi Alnamrouti by-line link from dependency injection docs Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
1 parent 3a5b0f8 commit 536ac29

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

aspnetcore/mvc/controllers/dependency-injection.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ ai-usage: ai-assisted
44
author: ardalis
55
description: Discover how ASP.NET Core MVC controllers request their dependencies explicitly via their constructors with dependency injection in ASP.NET Core.
66
ms.author: tdykstra
7-
ms.date: 03/02/2026
7+
ms.date: 03/04/2026
88
uid: mvc/controllers/dependency-injection
99
---
1010
# Dependency injection into controllers in ASP.NET Core
1111

1212
:::moniker range=">= aspnetcore-8.0"
1313

14-
By [Shadi Alnamrouti](https://stackoverflow.com/users/3380497/shadi-alnamrouti) and [Rick Anderson](https://twitter.com/RickAndMSFT)
14+
By [Rick Anderson](https://twitter.com/RickAndMSFT)
1515

16-
<!-- @shadialnamrouti -->
1716
ASP.NET Core MVC controllers request dependencies explicitly via constructors. ASP.NET Core has built-in support for [dependency injection (DI)](xref:fundamentals/dependency-injection). DI makes apps easier to test and maintain.
1817

1918
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/mvc/controllers/dependency-injection/sample) ([how to download](xref:fundamentals/index#how-to-download-a-sample))

aspnetcore/mvc/controllers/includes/dependency-injection7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
:::moniker range=">= aspnetcore-3.0 < aspnetcore-8.0"
33

4-
By [Shadi Alnamrouti](https://stackoverflow.com/users/3380497/shadi-alnamrouti), [Rick Anderson](https://twitter.com/RickAndMSFT), and [Steve Smith](https://github.com/ardalis)
4+
By [Rick Anderson](https://twitter.com/RickAndMSFT) and [Steve Smith](https://github.com/ardalis)
55

66
ASP.NET Core MVC controllers request dependencies explicitly via constructors. ASP.NET Core has built-in support for [dependency injection (DI)](xref:fundamentals/dependency-injection). DI makes apps easier to test and maintain.
77

0 commit comments

Comments
 (0)