What is mvc (model view controller)?
Answer / Nitain Kumar
MVC (Model View Controller) is a software architecture pattern used for developing web applications. It separates the application logic into three interconnected components: Model (represents the data and business rules), View (handles the user interface), and Controller (handles requests and manages interaction between Model and View).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of mvc5?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What are the main razor syntax rules?
What are action verbs mvc?
Is mvc faster than web forms?
What's the difference between mvc and mvp?
What is api controller in mvc?
Why httppost is used in mvc?
What is meaning of View in MVC?
Why was mvc developed?
What is difference between MVC and MVP ?
What are Filters in MVC?