Explain the relevance of keywords MVVM in Knockout parlance

 Posted by Niladri.Biswas on 12/13/2012 | Category: Others Interview questions | Views: 2741 | Points: 40
Answer:

Model: It is the storage place of applications data.
View Model: A representation of data and operation to be perform on UI.
View: The interactive UI (say Html or Aspx etc.) that represents the state of the View Model. It closely interacts with the View Model by sending commands whenever an action takes place and updates itself whenever the View Model state changes.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response