Update src/roadmaps/aspnet-core/content/105-dependency-injection/index.md

pull/3294/head
Kamran Ahmed 2 years ago committed by GitHub
parent 6ce6ce36d7
commit 74edb3d2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/aspnet-core/content/105-dependency-injection/index.md

@ -5,8 +5,6 @@ Dependency injection (DI) is a software design pattern that is used to manage th
In a typical implementation, a DI container is used to manage the dependencies of the application. The container is responsible for creating and managing instances of objects and their dependencies, and providing them to other objects as needed.
There are different types of dependency injection, such as Constructor injection, Property injection, and Method injection, which can be used depending on the requirement and the design of the application.
Visit the following links for more resources:
- [What is Dependency Injection?](https://stackoverflow.com/questions/130794/what-is-dependency-injection)

Loading…
Cancel
Save