Dynamically getting generic type from DI container
I have a generic interface called IConverter which accepts one type of object and returns a different type. There are many different implementations of this interface and they are all registered in the DI container (see last post on how to automatically register all implementations of a generic interface in DI container). However, where this … [Read more…]