Using ActivatorUtilities to make Dependency Injection easier
Nov 1, 2025 · 5 min read · Introduction In .NET Core development, there are times when the standard method of dependency injection doesn't work right away. I'll show you one example with code, but there are many others. A common workaround is using a service locator pattern. T...
Join discussion