Ask Question
28 September, 09:14

What is the repository pattern for?

+5
Answers (1)
  1. 28 September, 09:53
    0
    In general terms, a repository fundamentally works as a mediator between business logic layer and data access layer of the application. Sometimes, it would be troublesome to uncover the data access system specifically to business logic layer, it might bring about repetitive code forgetting to information for comparative substances or it might bring about a code that is difficult to test or get it. To defeat these sorts of issues, and to write an Interface driven and test driven code to get data, we use Repository Pattern.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the repository pattern for? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers