What is meant by mvc?
Answer / Milky Sodhi
The Model-View-Controller (MVC) is an architectural pattern which separates an application into three interconnected components for maintaining a clean and modular codebase: the Model (manages data), the View (manages user interface), and the Controller (handles user requests).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between web api and mvc routing?
How can we detect that an mvc controller is called by post or get?
Is razor a mvc?
Steps for the execution of an MVC project?
What is meaning of View in MVC?
What are action verbs mvc?
What is mvc view engine?
What is mvc ioc?
Explain what is routing in mvc?
How does view data differ from view bag in mvc?
What is the difference between adding routes, to a webform application and an mvc application?
Is angularjs mvvm or mvc?