In the previous post I showed how easy it is to install an IoC container at the system boundary of your ASP.NET MVC application and have it resolve everything from there.
But what I did not show, was where the container came from - in the example, the container just pops out of nowhere on this line:
static IContainer myContainer = GetContainerInstanceFromSomewhere(); So how can we implement GetContainerIn...


No comments yet, be the first one to post comment.