How do I set up Ninject with ASP.NET 3.5?
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 et开发者_JAVA技巧c.)? I also want to use Moq objects.
This link has a tutorial on getting set up and is up to date: Ninject – Getting Started, Resources, Basic Binding.
Basically it says to download the build for .Net 3.5 and then to include a reference to the Ninject.dll in your project.
精彩评论