.NET DI: Beyond the Basics
· 11 min read
In the earlier post, we talked about dependency injection in .NET.
Continuing on the same topic, there are a couple of additional features available in .NET DI we can explore.
In the earlier post, we talked about dependency injection in .NET.
Continuing on the same topic, there are a couple of additional features available in .NET DI we can explore.
Dependency Injection (DI) is one of the most common design patterns in OOP, and in .NET. I'm not entirely sure if it should be called a design pattern, but it is a common pattern, used in many projects, so I guess we could call it that. 😁