views:

394

answers:

2

Hi there,

Can anyone tell me if its possible (if some utility exists??) to create scaffolding taking into consideration MVVM with WPF.

My idea here is i seem to have a lot fo data access forms, and of course i would like to Customize them but initially i would like a quick way of providing the form i.e. ALL controls placed on them and Binded to the mvvm ??

Maybe I am asking a lot?

Basically the forms would be created automatically for me and later i could go in a customize them and move them around but initially they just would work.

Scaffolding - I am stealing the term from web development but i presume it still exists here in wpf?

Any ideas?

A: 

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.

HTH, Kent

Kent Boogaart
A: 

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

mark smith