Sign In
Ask Question
Ashlyn Burnett
Computers & Technology
22 May, 19:13
What is the repository pattern for?
+4
Answers (
1
)
Alexus Dean
22 May, 19:18
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.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“What is the repository pattern for? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
You have a network of ten computers connected to a single switch that has 12 ports. You need to add six more computers to the network so you add a second switch by connecting it to the first switch by way of a network cable.
Answers (1)
Analyze the following code. Number[] numberArray = new Integer[2]; numberArray[0] = new Double (1.5); Question 9 options: A) Since each element of numberArray is of the Number type, you cannot assign an Integer object to it.
Answers (1)
To create a chart you need to select at least ___ in a range of data
Answers (1)
Which of the following statesments is correct about black holes? a. black holes cannot be seen because light cannot escape from them. b. black holes will produce new stars c. a black hole is begining of a star's life cycle d.
Answers (1)
An example of the misuse of online information mostly perpetuated by students is what?
Answers (1)
New Questions in Computers & Technology
JAVA What is the running time required for repeatedly splitting a problem into two equally sized halves, assuming no additional work needs to be done? O (1) O (log10N) O (log2N) O (log2N) O (N) O (N log N) O (N2) O (N3) O (Nk) O (2N) O (N!)
Answers (1)
A technician is dispatch to troubleshoot a user's computer. After performing diagnostics, the technician determines that drive thrashing is occurring.
Answers (1)
What is the standard of electrical engineering?
Answers (1)
How does an author develop a charterer in a story
Answers (1)
Consider the following algorithm. x â 1 for i is in {1, 2, 3, 4} do for j is in {1, 2, 3} do x â x + x for k is in {1, 2, 3, 4, 5} do x â x + 1 x â x + 5 Count the number of + operations done by this algorithm.
Answers (1)
Home
»
Computers & Technology
» What is the repository pattern for?
Sign In
Sign Up
Forgot Password?