Scaffolding for WPF using MVVM?

落爺英雄遲暮 提交于 2019-12-03 12:33:16

There is a product from a company named DevExpress. They have exactly the product you are describing. See a video of the product here

Scaffolding is a way to automatically generate UIs for each table in the database. It lets you create a functional UI for viewing and editing data based on the schema of the data. Here are a couple of resources for WPF scaffolding.

There is a WPF scaffolding article on the Code Project website: WPF CRUD Generator (Scaffolding)

There is also a Codeplex project that could be helpful: WPF Scaffolder

Enjoy!

Thanks.. that will come in handy.. i also found this http://karlshifflett.wordpress.com/xaml-power-toys/ which allows you to hook up the forms from models..

Thanks once again

Kent Boogaart

I'm not sure of anything to help with the views, but this tool is supposed to help with view models. I've never used it so can't vouch for how effective it is.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!