How to do test-first development with MVVM

Posted by Thorsten79 on Stack Overflow See other posts from Stack Overflow or by Thorsten79
Published on 2010-05-06T16:02:00Z Indexed on 2010/05/06 20:48 UTC
Read the original article Hit count: 345

Filed under:
|
|

How do you build WPF MVVM applications and user controls test-first?

I find myself writing ungodly amounts of XAML with DataTemplates before I even get to unit-testing my viewmodels. Should I develop the whole viewmodel system first before even writing XAML for it?

Any help appreciated.

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about wpf