为长期项目选择 .NET IoC 容器

发布于 2024-10-15 23:37:29 字数 1491 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

狠疯拽 2024-10-22 23:37:29

Autofac - 它满足您的大部分标准。

Autofac - it satisfies most of your criteria.

秋心╮凉 2024-10-22 23:37:29

能否将软件设计得独立于容器在某种程度上取决于您选择的 IoC 容器。我选择 Autofac 正是因为委托工厂功能意味着您的大部分代码不需要依赖 Autofac。我不能代表其他人说话,因为我没有经常使用它们。

Whether you can design the software to be container-independent depends to some degree on your choice of IoC container. I chose Autofac precisely because the delegate factories feature means most of your code does not need to take a dependency on Autofac. I can't speak for the others as I haven't used them much.

眼藏柔 2024-10-22 23:37:29

我不认为你对结构图的爸爸会出错。
但是,如果您需要 Microsoft 支持,Unity 是一个令人信服的选择。

如果您关心“面向未来”,请选择开源。那么你就有了代码。

I don't think you can go wrong with the daddy, StructureMap.
However if you want Microsoft support, Unity is a compelling choice.

If you are concerned with 'future proofedness' go open source. You have the code then.

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