Autofac–Automatically registering generics via constructors
Recently I had a situation where I had a class and interface to make a generic service which would do something based on whatever type is provided. (Obviously, it was not so contrived…) These would then get injected to other classes to be used as necessary: Which works fine… as long as you remember to … [Read more…]