What does the mvc pattern define with 3 logical layers?
Answer / Chanda Kumari
The MVC pattern defines three logical layers: Model (handles data and business logic), View (handles user interface and presentation), and Controller (handles input and navigation between views).
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what are the two ways for adding constraints to a route?
What is the difference between mvc and mvp?
Can we use webforms in mvc?
What is difference between razor and aspx in mvc?
What are the steps for the execution of an mvc project?
What is dependency in mvc?
What is mvc page life cycle?
Explain the role of components presentation, abstraction and control in mvc?
What is the page Lifecycle of the MVC ?
Why httppost is used in mvc?
What is the difference between temp data, view, and view bag?
What is viewstate mvc?