MVC
, MVP
and MVVM
design patterns are most popular technologies in our web application. Many people don’t understand what’s difference among them, so do I. But I found a blog which explains the difference of three design patterns, and its’ really good.
To read original article, see here
There are three most popular MV-* design patterns: MVC
, MVP
and MVVM
. These are widely used by the various technologies.