需要 WPF XML 绑定建议
我有一个 C# WPF 程序,需要显示 GridView 和 2D 图形数据,这些数据最初来自硬件设备。我还想连续(或经常定期)将此数据备份到磁盘上的 XML 文件。在 Visual Studio 中实现此功能的最简单方法是什么?我应该首先创建 XML 架构,还是使用数据集设计器?我是否应该为数据集操心,或者消除它们并将传入数据直接写入 xml 是否有意义?
I have a C# WPF program that needs to display GridView and 2D graph data which initially will come from a hardware device. I also want to continuously (or frequently periodic) backup this data to an XML file on disk. What would be the easiest way to implement this in visual studio? Should I create an XML schema first, or use the dataset designer? Should I bother with datasets at all or would it make sense to eliminate them and write my incoming data directly to xml?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议:
I would recommend: