Resolving dependencies using OwinContext vs using a DI container like Unity

138 Views Asked by At

In one of my web applications, I am currently using OwinContext to obtain service and repository dependencies in the MVC controllers. Should I continue to do this or should I better start using a full fledged DI container like Unity?

0

There are 0 best solutions below