Is mvc a structural design pattern?
Answer / Jaggi Lal
No, MVC is not a structural design pattern. It is an architectural pattern that separates an application into three interconnected components: Model, View, and Controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain in which assembly is the mvc framework is defined?
How you can send the result back in json format in mvc?
What is data model in mvc?
Define attribute based routing in mvc?
What is the difference between mvc and mvp?
Why there is no viewstate in mvc?
What is the difference between view and partial view?
What is the main purpose of mvc architecture?
What is mvc page life cycle?
In an MVC application, what are the segments of the default route ?
What is mvc request life cycle?
Why razor is used in mvc?