Is mvc different from a 3 layered architecture?
Answer / Sudhir Kumar Chaurasia
MVC is a specific implementation of the three-tier (or three-layer) architectural pattern. In MVC, the Model represents the data layer, View represents the presentation layer, and Controller handles user input and coordinates between Models and Views.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
Mention what are main benefits of using mvc?
What are the different view engine in mvc?
What is mvc in android?
Explain what is routing in mvc?
What is data model in mvc?
What is the difference between temp data, view, and view bag?
What is route in mvc what is default route in mvc?
What is mvc core?
What is the advantages of mvc?
What are the advantages of using ioc containers in an application?
What is viewstate mvc?