Implementing a composite pattern for the .NET Core DI framework.
Read MoreImplementing a decorator pattern for the .NET Core DI framework.
Read MoreI came across a problem on a recent WebAPI project where I wanted to use Autofac to inject some tenant information (i.e. derived per request) into the constructor of each controller
Read More