What is difference between mvc and hmvc?
Answer / Satya Bhan
Model-View-Controller (MVC) is a design pattern that separates an application into three interconnected parts - Model, View, and Controller. Hierarchical Model-View-Controller (HMVC) is an extension of MVC where the controller is further divided into nested controllers creating a hierarchical structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is lazy loading in mvc?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What is filter mvc?
Is mvc an api?
what are the benefits of area in mvc?
Is mvc stateless?
Mention what are the file extensions for razor views?
Why httppost is used in mvc?
What are the exception filters in mvc?
What is mvc core?
Why dependency injection is used in mvc?
What is mvc request life cycle?