Explain what is mvc?
Answer / Sushil Kimar Prajapati
The Model-View-Controller (MVC) is an architectural pattern that divides the responsibilities of a computer program into three interconnected components: Model, View, and Controller. The Model manages the data, the View handles user interface, and the Controller acts as an intermediary between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what filters are executed in the end?
What is mvc routing?
What is data model in mvc?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
Why httppost is used in mvc?
What is mvc ioc?
What is default route in mvc?
What is the difference between partial view and layout in mvc?
Why is mvc better than webforms?
What is scaffolding in mvc?
What is mvc core?
What is mvc in angularjs?