用于生成自定义配置部分的工具

发布于 2024-10-11 08:27:42 字数 314 浏览 2 评论 0原文

我们都使用 .NET 配置文件 XML 格式(例如 Web.config、App.config 等)。

为自定义配置部分创建代码很简单,但有些单调。是否有一个好的工具来构建生成类的自定义配置部分?

理想情况下,该工具还将查看由手工和逆向工程师构建的示例 XML 部分 他们进入班级。调整需要涉及该工具,因为它无法猜测使用的所有方面。

我为组件生成了足够的自定义配置部分,可以很好地使用该工具。

We all live with the .NET configuration file XML format (e.g. Web.config, App.config, etc).

Creating the code for custom configuration sections is straight forward but somewhat monotonous. Is there a good tool to build custom configuration sections that generates the classes?

Ideally the tool would also look at sample XML sections built by hand and reverse engineer
them into classes. Tweaking would need to be involved with the tool because it can't guess all aspects of usage.

I generate enough custom configuration sections for components that this tool would be well used.

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

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

发布评论

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

评论(1

带刺的爱情 2024-10-18 08:27:42

配置节设计器怎么样?

配置部分设计器实际应用

我已经使用了它并对其进行了自定义。它带有完整的源代码。

How about a Configuration Section Designer?

Configuration Section Designer in Action

I have used this and customized it. It comes with full source code.

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