Explain the role of components presentation, abstraction and control in mvc?
Answer / Sushil Kumar Roy
In MVC, the three main components are Model, View, and Controller.
1. Presentation: The View component is responsible for displaying data to the user. It does not handle any business logic or data manipulation.
2. Abstraction: The Model represents the data and business logic of the application, providing an abstraction layer between the View and the data source.
3. Control: The Controller manages interactions between the User and the Application. It listens for user input, processes it, and interacts with the Model to manipulate or fetch data, before updating the View accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc core?
what is get and post action types?
What is mvc in simple words?
Why mvc is better than asp net?
Is mvc faster than web forms?
What are the advantages of mvc?
What is the difference between mvc and mvp?
Explain MVC (Model-View-Controller) in general?
Do people still use mvc?
What is razor in mvc?
Explain what is routing? What are the three segments for routing is important?
How can you maintain session in mvc?