Unity is a Dependency Injection container developed by Microsoft.
3
votes
0answers
381 views
Unity Owin per request lifetime middleware
Having changed my website over to owin, I can no longer use Unity's PerRequestLifetimeManager. So I'm writing some middleware for owin in the style of Autofac's ...