7.3.09

MVVM a view gone too far?

After spending a week spiking this for a tablet PC application, it  quickly dawned on me that the ViewModel, the data specialised for the view is really an adapter pattern. The model is adapted to suit the expectations of the WPF UI. Adapting the model for the view means that you can essentially ignore converters.

//TODO:Add code

No comments: