Dependency Injection

Dependency Injection in .NET

A deep dive into how dependency injection works in .NET

Andre Lopes
Geek Culture
Published in
6 min readAug 20, 2022
Photo by Alejandro Escamilla on Unsplash

Hi humans!

Dependency injection is a great mechanism to manage your services construction when needed. It removes the need for you manually having to create an instance with new Service(...) and also it removes from you the responsibility…

--

--

Andre Lopes
Geek Culture

Full-stack developer | Casual gamer | Clean Architecture passionate