This repo is an example of how to use Microsoft.Extensions.DependencyInjection with ASP.NET 4 MVC & Owin-based WebApi
It injects a class into MVC and Web controllers and returns a bool in each response confirming that an instance was injected.
An example of using Microsoft.Extensions.DependencyInjection in an ASP.NET 4 Web App with MVC and Owin-based WebAPI
C#
This repo is an example of how to use Microsoft.Extensions.DependencyInjection with ASP.NET 4 MVC & Owin-based WebApi
It injects a class into MVC and Web controllers and returns a bool in each response confirming that an instance was injected.