.NET Framework 2.0 的 DI/IOC
请为 .NET Framework 2.0 提供良好的 DI/IOC 建议。客户需要此版本的.NET Framework。
祝你今天过得愉快!
Please, advise good DI/IOC for .NET Framework 2.0. The customer requires this version of .NET framework.
Have a nice day!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我非常喜欢 Autofac 作为 IoC 容器。
当前版本仅适用于 .NET 3.5 和 4.0,但您会发现 以前的版本 是根据 .NET 2.0 设计的。
我的公司在许多 .NET 2.0 应用程序中使用 Autofac 1.3,并发现它是一个非常强大的 IoC 容器。
I am a huge fan of Autofac as an IoC container.
The current version is only for .NET 3.5 and 4.0, but you'll find that the previous versions were designed with .NET 2.0 in mind.
My company uses Autofac 1.3 in a number of .NET 2.0 applications, and have found it to be a very powerful IoC container.
也许您应该阅读《.NET 中的依赖注入》
http://www.manning.com/seemann/< /a>
它作为早期访问版本提供,并包含 .NET 不同 DI 容器的比较。此(德语)网站
http://www.clean-code-developer.de/Tools。 ashx
包含不同 DI / IOC 容器的链接列表。希望这有帮助。
Perhaps you should get the book "Dependency Injection in .NET"
http://www.manning.com/seemann/
it is available as an early-access edition and contains a comparison of different DI containers for .NET. This (german) site
http://www.clean-code-developer.de/Tools.ashx
contains a list of links to different DI / IOC containers. Hope this helps.