.NET Framework 2.0 的 DI/IOC

发布于 2024-11-08 17:49:01 字数 86 浏览 2 评论 0原文

请为 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如何视而不见 2024-11-15 17:49:01

我非常喜欢 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.

淡淡的优雅 2024-11-15 17:49:01

也许您应该阅读《.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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文