What is dao in mvc?
Answer / Upasana Jyoti Tripathi
In the MVC (Model-View-Controller) design pattern, DAO (Data Access Object) represents the Model component that is responsible for accessing and manipulating data stored in a database. It serves as an interface between the application's logic and the specific data source.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define attribute based routing in mvc?
What is orm in mvc?
What are the steps for the execution of an mvc project?
Explain the role of "actionfilters" in mvc?
How you can send the result back in json format in mvc?
Why webforms are better than mvc?
What is the main purpose of mvc architecture?
Mention what filters are executed in the end?
What is meant by mvc?
What is mockmvc?
What is scaffolding in mvc?
What is mvc routing?