Relative Content

Tag Archive for c#.net-coredependency-injection

Dependency injection with interfaces with netcore

I’m trying to find a nice way to do dependency injection with a list of interfaces. I have multiple “parsers”, where each type of parser can handle parsing multiple files specific for that parser.