Ninject - Asp.net Mvc: Multiple projects in solution

Posted by Pickels on Stack Overflow See other posts from Stack Overflow or by Pickels
Published on 2010-04-26T12:00:37Z Indexed on 2010/04/26 12:03 UTC
Read the original article Hit count: 261

Hello,

I was trying Ninject in a Asp.net Mvc application and I was wondering what the best practice is for using Ninject if you have more than 1 project in your solution.

I guess all projects need some kind of Loader which you initialize in the global.asax?

Kind regards,

Pickels

© Stack Overflow or respective owner

Related posts about ninject

Related posts about asp.net-mvc