InterviewSolution
Saved Bookmarks
| 1. |
What is MVC? Write difference between MVC and Web API? |
||||||||||||
|
Answer» MVC (Model, View, and Controller) is basically an application design model that comprises three interconnect parts I.e., model, view, and controller. It allows coders to factor out different components of the application and UPDATE them more easily. It is mostly used for developing model user interfaces. Its main purpose is to display PATTERNS in structure for keeping display and data separate to enable both of them to change WITHOUT affecting others.
|
|||||||||||||