Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Demystifying Dependency Injection #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dependency-injection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Demystifying Dependency Injection

Dependency injection is commonly recommended as a best practice. This is forced upon developers by libraries and frameworks with no real explanation of why it’s necessary. In this talk we will discuss what dependency injection is, why it’s important, and how it works. We will follow this with a demo of wiring up our own composition root with basic C# and comparing that with how DI containers are configured. The goal of this talk is to demystify the magic of DI containers.