Explore >> Select a destination


You are here

www.codeproject.com
| | blog.appsignal.com
4.4 parsecs away

Travel
| | Dependency injection can prove useful in Elixir. In this first part of a two-part series, we'll look at some basic concepts, core principles, and types of dependency injection.
| | sookocheff.com
3.1 parsecs away

Travel
| | Inversion of Control (IoC), also known as Dependency Injection (DI), allows an object to define their dependencies as constructor arguments (strictly speaking, you can set these dependencies as properties, but the examples I will use today are constructor-based). This is the inverse of the object itself controlling the instantiation or location of its dependencies, hence the name Inversion of Control. Let's look at an example from Stackoverflow using a text editor with a spell checking component:
| | conradakunga.com
2.8 parsecs away

Travel
| | This is Part 8 of a series on dependency injection.
| | matthiasnoback.nl
26.1 parsecs away

Travel
| [AI summary] A technical tutorial explaining how to create a custom Symfony 2 user provider using Yaml files to manage authentication instead of the default in-memory or entity providers.