InterviewSolution
| 1. |
What Is Knockoutjs ? |
|
Answer» KnockoutJS is a JAVASCRIPT library that helps developers create modern, rich user interfaces with a clean underlying data model. Whenever you have a user-interface that needs to update when an underlying data model UPDATES, then KnockoutJS is a useful TOOL that could be used. Steve Sanderson who works at Microsoft designed KnockoutJS. It is an open SOURCE project, and is used to power the front-end of the beautifully designed Azure CONTROL interface. KnockoutJS is a JavaScript library that helps developers create modern, rich user interfaces with a clean underlying data model. Whenever you have a user-interface that needs to update when an underlying data model updates, then KnockoutJS is a useful tool that could be used. Steve Sanderson who works at Microsoft designed KnockoutJS. It is an open source project, and is used to power the front-end of the beautifully designed Azure control interface. |
|