InterviewSolution
| 1. |
What Are The Benefits Of Mvvm? |
|
Answer» The key BENEFIT is allowing true separation between the View and Model beyond achieving separation and the efficiency that you gain from having that. What it means in real TERMS is that when your model needs to change, it can be changed EASILY without the view needing to and vice-versa. There are three key things that flow out of applying MVVM:
The key benefit is allowing true separation between the View and Model beyond achieving separation and the efficiency that you gain from having that. What it means in real terms is that when your model needs to change, it can be changed easily without the view needing to and vice-versa. There are three key things that flow out of applying MVVM: |
|