We have an ASP.NET 4.8 project and we thought to introduce Dependency injection principle. A colleague suggested to use OWIN as DI container.
I tried to search for more information regarding ownin, but I don't seem to get the relation between owin and dependency injection.
Can OWIN be used as dependency injection container like some other frameworks: Autofac, Ninject, etc?