Tag: inversion-of-control


Found 73 results for 'inversion-of-control'.


1) python - Why is IoC / DI not common in Python?
2) unit-testing - How to configure and setup an IOC Container for a library?
3) c# - How do I support per-method-call instantiation without referencing the IoC container outside the composition root?
4) solid - Does SOLID Require an IoC Container (Automatic Factory)?
5) c# - How to decouple chain hierarchy project dependency by dependency injection? (C# .Net Standard)
6) dependency-injection - Sell me on IoC containers, please
7) javascript - What should a Dependency Injector look like in JavaScript?
8) dependency-injection - How does a Dependency Injection/IOC Container know which implementation to use?
9) dependency-injection - Is it a bad design to specify default bindings when using Inversion of Control (IOC) containers and dependency injection (DI)?
10) c# - Simple examples of properly designed Asp.Net applications illustrating different service layers?
11) design-patterns - Responsibility for adding and ordering menu items in a modular application
12) c# - What am I missing in my (mis)understanding of IoC/DI/Castle Windsor?
13) c# - Layered architecture using Entity Framework with different class libraries
14) design-patterns - How to define Composition Roots for libraries (Javascript/inversify)
15) design - Best practice in helper/util methods: IoC container or static methods?
16) c# - Service-locator anti-pattern alternative
17) architecture - Understanding the DIP, DI, IoC theory
18) c# - Can someone explain Microsoft Unity?
19) c# - Class Library - How to communicate between objects that are not aware of each other?
20) design - IoC/DI design for class library
21) c# - How do I connect the various pieces of my Web API Castle Windsor DI code?
22) c++ - What is the difference between Inversion of Control and Dependency injection in C++?
23) dependency-injection - IoC Framework vs. DI Layer
24) dependency-injection - Why do we need frameworks for dependency injection?
25) c# - Manual Dependency Injection Examples Still Tightly Coupled
26) dependency-injection - Abstractions should not depend upon details. Details should depend upon abstractions?
27) design-patterns - Service locator vs Dependency Injection?
28) inversion-of-control - Missing dependencies at compile-time with IOC
29) javascript - Dependency inversion principle in JavaScript
30) object-oriented-design - Lazy loading can lead to stale data, violates IoC?
31) c# - IOC Between Presentation and Infrastructure Layer
32) c# - IOC/DI CastleWindsor returns same instance every time
33) c# - Should IoC container be part of portable library?
34) c# - Resolving named dependencies with Unity
35) dependency-injection - Inversion Of Control vs Dependency Injection with selected quotes – is my understanding correct?
36) design-patterns - What's the difference between Strategy Pattern and IoC
37) c# - Creating an object that is ready to be used & unset properties - with IoC
38) object-oriented - IOC Containers break OOP Principles
39) design-patterns - What's the practical difference between the styles of dependency injection?
40) object-oriented - Image processing - Service locator pattern & Container of dependencies
41) design-patterns - Differences between 'Bridge Design Patterns' and 'Inversion of Control with an IOC container'
42) c# - How to create a factory method
43) object-oriented - In some IOC contexts, could constructor of polymorphic immutable object be required in its interface?
44) c# - I get dependency injection, but can someone help me understand the need for an IoC container?
45) design-patterns - Dependency injection and IOC containers in a closed project
46) c# - How to constructor-inject a string that is only known at runtime? (Windsor Castle)
47) c# - Should I write an interface API before an implementation?
48) dependency-injection - Why so many terms to say the same thing? IoC and DIP
49) tdd - Does following TDD inevitably lead to DI?
50) dependency-injection - Dependency Injection vs Mixing Levels of Abstraction