Engineering techniques to diminish MVVM Driven Development time?

Posted by Oscar Cabrero on Stack Overflow See other posts from Stack Overflow or by Oscar Cabrero
Published on 2010-02-27T04:17:41Z Indexed on 2010/06/18 13:33 UTC
Read the original article Hit count: 206

Hi Currently we just start releasing modules for a big project in MVVM but seems like the deliverables are starting to encounter a slowness with this model, such things as the learning curve effort and the fact that mvvm do requires a bit more code than other patterns, What Programming and software engineering techniques do you employ or thing could help us reduce the effort and speed up development?

things like code generation with T4 templates, ligth MVVM frameworks, use Expression Blend, hire a designer to hanle UX.

Thanks for any advice you could provide.

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about software-engineering