Explore Library
FlashcardIntermediate

DI & the Generic Host

Dependency injection lets a class receive its dependencies instead of creating them, and the generic host wires up the built-in DI container.

Question

What is dependency injection, and how does the .NET generic host relate to it?

Click to reveal answer