How do I set up Ninject with ASP.NET 3.5?

Posted by ProgNet on Stack Overflow See other posts from Stack Overflow or by ProgNet
Published on 2010-04-12T17:16:21Z Indexed on 2010/04/12 17:23 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

I want to use Ninject to use in a non MVC ASP.NET 3.5 web application.

Can someone write please what do I need to download from ninject home site and what steps I need to take (what ddls I need to reference etc.)? I also want to use Moq objects.

© Stack Overflow or respective owner

Related posts about ninject

Related posts about ASP.NET