ASP.NET Classic OWIN StartUp ConfigureServices not called
I'd like to use the dependency injection. Specifically the AddDbContext and AddScoped
Build-in dependency injection is only available in ASP.NET Core. You will need to use third party IoC container such as -
- Autofac for Web API
- Ninject