|
brian
Answered 13 May 2023
|
ASP.NET Core has built-in support for dependency injection. It provides an inversion of control (IoC) container that manages the dependencies of an application and resolves them at runtime. Dependencies can be registered and resolved using built-in DI containers or third-party containers.