开发者

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

开发者 https://www.devze.com 2022-12-26 07:21 出处:网络
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 re

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消