What framework for MVVM should I use?
Posted
by Rangel
on Stack Overflow
See other posts from Stack Overflow
or by Rangel
Published on 2009-09-11T07:53:18Z
Indexed on
2010/03/18
1:31 UTC
Read the original article
Hit count: 575
I am developing an application with the MVVM model, but I have reached a point where I need to choose which framework to use.
Among the possible options are:
- MVVM Toolkit
- MVVM Foundation
- WPF Application Framework (WAF)
- Light MVVM
- Caliburn
- Cinch
- Prism
In your experience, which is better?
© Stack Overflow or respective owner