Skip to content

Backend

  • MVVM is when you have a layer that does the data storage (Model) a layer that does the data transformation only (View-Model) and a layer that does the displaying and the action inputs
  • MVC is when you have a layer that does the displaying (View) a layer that does the data transforming and the action inputs (Controller) and a layer that does the data storage (Model)