/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.code4it.dev
| | sookocheff.com
4.7 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:
| | wildermuth.com
3.5 parsecs away

Travel
| | I've been building some ASP.NET Core apps as of late and had to dig into how Dependency Injection works there. After talking with Julie Lerman a bit on Twitter about it, I realized that there might be some confusing things about how it works in ASP.NET Core, so I'm hoping I can add some clarity in this post.
| | conradakunga.com
2.1 parsecs away

Travel
| | This is Part 9 of a series on dependency injection.
| | techblog.thescore.com
22.3 parsecs away

Travel
| In this post we explore Fisticuffs, a library for iOS to easily bind data to your UI.