tags:

views:

127

answers:

2

Im trying to introduce the pattern to my team here in my company, but the bosses are reticent about going with WPF, cause they argue everyone has Windows Forms skills but no body has put its feet in WPF land yet, which is quite reasonable I guess. Yet the project would benefit from MVVM a great deal, I guess

+1  A: 

See here.

RichardOD
A: 

You might find the WAF Windows Forms Adapter interesting. It shows how to apply the Model-View-ViewModel (MVVM) Pattern in a Windows Forms application. The Adapter implementation provides a solution for the missing Command support in Windows Forms and a lot more.

jbe