Is mvc an api?
Answer / Jitendra Gautam
No, MVC is not an API. MVC is a software architectural pattern used for building web applications, while an API (Application Programming Interface) is a set of rules and protocols for building and interacting with software applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are action selectors in mvc?
Is mvc front end?
What are the filters?
What are html helpers in mvc?
What is mvc routing?
What is mvc flow?
What is code blocks in views?
What does model-view-controller represent in an mvc application?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What is get and post actions types?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
Mention what filters are executed in the end?