用于生成自定义配置部分的工具
我们都使用 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
配置节设计器怎么样?
我已经使用了它并对其进行了自定义。它带有完整的源代码。
How about a Configuration Section Designer?
I have used this and customized it. It comes with full source code.