0
kicks
Building a generic IoC wrapper.
This post steps through the process of creating an IoC wrapper that allows your application to be decoupled from the choice of IoC container. Using the IoC wrapper you can swap out IoC containers without affecting your application code and having to update code / references.