MVC or MVP or MVVM: Which design pattern makes the most sense?

  • MVC
  • MVP
  • MVVM
Please select one to answer and see the result

Answers

MVC - 4

  • Anonymous . 3+ yrs. ago
ololo
  • Anonymous . 3+ yrs. ago
good balance between what you can do , what you should do, what you can't do.
  • Anonymous . 3+ yrs. ago
MVC seems to make sense in many different programming situations. The other two, MVP and MVVM, are more specialized and makes sense in those narrower environments.
  • Anonymous . 3+ yrs. ago
Default Business logic has'nt to implemented at all but is merely satisfies ba the scaffold.

MVP - 2

  • Anonymous . 3+ yrs. ago
It can be used for both winforms webforms and flash/flex/silverlgiht
  • Anonymous . 3+ yrs. ago
Because...IT IS!

MVVM - 6

  • Anonymous . 3+ yrs. ago
It binds the data as far back as possible resulting in minimised need for code behind in the view.
  • Anonymous . 3+ yrs. ago
it is completed loosly coupled architecture. each does't know about the other
  • Anonymous . 3+ yrs. ago
No need to write event driven application and having better for unit testing.
  • Anonymous . 3+ yrs. ago
Because of no coupling between the layer and we can mould the code as per our requirements.
  • Anonymous . 3+ yrs. ago
my fav
  • Anonymous . 3+ yrs. ago
Not only the seperation between view, data mode, and business logic, but also the dynamic data binding in realtime.

Related Questions

Related Comparisons