Is it just me or is MVC really Model-View/Controller-View View-Model/Controller-Model with two distinct controllers?
A:
I think that it often has two models, the base model model and the view-model, but it typically just has one controller.
Patrick Karcher
2010-03-24 20:25:09
A:
I consider these patterns to be loose guidelines more than strict patterns. I use a lot of MVVM (introduced in WPF but works great with anything that supports a good 2-way binding framework), and I always see some kind of controller (or controllers) being used with it. Every project is different and has different needs based on size, purpose, etc.
Rich
2010-03-24 20:25:59