What does mvc mean?
Answer / Phool Kunwar
Mvc stands for Model-View-Controller, which is a software architectural pattern used for developing applications. It separates an application into three interconnected components: the model (represents the data and business logic), the view (the user interface or presentation layer), and the controller (handles the input and updates the model and view).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is api controller in mvc?
What is the mvc page life cycle?
What is the difference between viewdata and viewbag?
What is mvc httppost?
What are viewmodels in mvc?
What’s new in the latest version of mvc?
Why do we need viewmodel in mvc?
How can we detect that an mvc controller is called by post or get?
Mention what are the two ways to add constraints to a route?
Mention what is the difference between adding routes, to a webform application and an mvc application?
What is front controller?
What is the use of keep and peek in “tempdata”?