You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/dependency-injection.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ ASP.NET Core supports the dependency injection (DI) software design pattern, whi
19
19
20
20
For more information specific to dependency injection within MVC controllers, see <xref:mvc/controllers/dependency-injection>.
21
21
22
+
For information on using dependency injection in console apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection)
23
+
22
24
For more information on dependency injection of options, see <xref:fundamentals/configuration/options>.
23
25
24
26
This topic provides information on dependency injection in ASP.NET Core. For information on using dependency injection in console apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection).
0 commit comments