1
Hello, in an application I have a MVC web project and a Web API project, in the MVC project I already have the Ninject configured with the dependency injections and I would like to take advantage of it in this Web API project, I know I may have to separate itit in a project for injection of dependency to be able to reference it in the two projects, but my doubt is of how to do this.
Would anyone know to tell me?
Just to clarify Fernando, doing this I would have to configure Ninject in the two projects, MVC and Webapi, and load the module in both?
– Edmar Munhoz
Exact, the "configuration" is minimally duplicated, but the module is shared.
– Fernando Mondo