数据驱动的依赖注入

发布于 2024-07-23 02:31:39 字数 135 浏览 13 评论 0原文

是否有任何框架允许数据驱动的依赖注入(最好是在 .NET 中)? 我正在考虑一些受 Spring.NET 启发的东西,例如,您可以在结构化数据库表中配置对象图,而不是使用 XML 配置文件。 在数据库而不是 XML 文件中配置应用程序有哪些优点和缺点?

Are there any frameworks out there that allow for data-driven dependency injection (ideally in .NET)? I'm thinking something inspired by Spring.NET for example, where you configure your object graphs in structured database tables, rather than using an XML config file. What would be the pros and cons of configuring your application in the database rather than an XML file?

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

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

发布评论

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

评论(2

眼泪也成诗 2024-07-30 02:31:39

以下是 .Net IOC 框架 的列表

,以及微软的模式和实践,我喜欢... Unity

Here is a list of .Net IOC Frameworks

and one right out microsoft's patterns and practices that I like... Unity

度的依靠╰つ 2024-07-30 02:31:39

Autofac 具有 模块,它允许您有条件地配置容器中的注册。

模块还允许重复使用相关的注册集。

Autofac has the concept of modules, which allow you to conditionally configure the registrations in the container.

Modules also allow re-use of related sets of registrations.

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