Possible Duplicate:
What framework for MVVM should I use?

I found several

Do you recommend using one of these toolkits? Why? Which one do you recommend?

how to make this a CW?

link|improve this question

78% accept rate
I believe your post will turn into a community wiki automatically if the question is edited enough times. – Adam Rackis Jan 3 '11 at 2:43
feedback

closed as exact duplicate by Jeff Atwood Jan 5 '11 at 8:10

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 6 down vote accepted

See the stackoverflow answer here or the production quality here.

link|improve this answer
feedback

MVVM Light has a very nice, lightweight Messenger class, and also a slick implementation of Josh Smith's RelayCommand class for binding Commands. I can't comment on the others, but MVVM Light is really nice to work with.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.