MVC_WebApi_DI_Example

An example of using Microsoft.Extensions.DependencyInjection in an ASP.NET 4 Web App with MVC and Owin-based WebAPI

Stars
15
Committers
1

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.

Related Projects