Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

01 Design Patterns

❯

02 Sub Concept

❯

IoC Containers

IoC Containers

Feb 10, 20261 min read

  • property
  • dependency-injection
  • ioc-containers

IoC Containers

← Back to Dependency Injection

Frameworks that automatically manage dependency creation and injection (Spring, Guice, .NET DI, InversifyJS). They resolve the dependency graph and handle lifecycle management (singleton, transient, scoped).

property dependency-injection ioc-containers


Graph View

Backlinks

  • Dependency Injection

Created with Quartz v4.5.2 © 2026

  • GitHub