Thursday, August 6, 2009

WPF and MVVM

Just a note really, here is MVVM explained,


I have implemented something very similar to MVVM, kind of a half MVVM. What mine was missing was commands. The VM should have commands so that these commands can be used from XAML. This will reduce your code behind.

No comments: