Community

.NET Core Opinion 9 – Embrace Dependency Injection

(K. Scott Allen) Someone asked me why dependency injection is popular in .NET Core. They told me DI makes code harder to follow because you never know what classes and objects the app will use unless you run with a debugger.