如何使用 ASP.NET 3.5 设置 Ninject?
我想使用 Ninject 在非 MVC ASP.NET 3.5 Web 应用程序中使用。
有人可以写一下我需要从 ninject home site 下载什么以及我需要采取什么步骤(我需要什么 ddls)参考等)?我还想使用 Moq 对象。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接包含有关设置的教程,并且是最新的: Ninject – 获取开始,资源,基本绑定。
基本上,它表示下载 .Net 3.5 的版本,然后在项目中包含对 Ninject.dll 的引用。
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.