WPF 中的动态 CRUD 屏幕模板(MVVM)
我正在开发 WPF 应用程序。 我们正在使用 MVVM 模式。 我们需要的是所有参考数据实体(主表)的通用模板屏幕。 是否有一个脚手架框架/库可以在 WPF 中完成此任务。 如果没有,那么有人可以向我提供一些关于我如何自己开始实施这一点的建议吗?
I'm working on a WPF application .
We're using the MVVM pattern.
What we need is a generic template screen for all our reference data entities ( master tables).
Is there a scaffolding framework/library available to accomplish this in WPF .
If not then could anyone provide me a few pointers on how I could start implementing this myself ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以查看 Markus Egger 为 Code 杂志撰写的这篇精彩文章,他在其中描述了如何使用自定义面板类型快速创建简单的表单。
http://www.code-magazine.com/Article.aspx?quickid=1011071
You could also check out this nice article from Markus Egger for Code magazine, where he describes how to quickly create simple forms using a custom panel type.
http://www.code-magazine.com/Article.aspx?quickid=1011071