...
/Quiz Yourself on Repository Patterns
Quiz Yourself on Repository Patterns
Test what you’ve learned about repository patterns so far.
We'll cover the following...
Repository questions
1
What is not a reason to use the repository pattern?
A)
It acts as an abstraction layer over the data access.
B)
It promotes loose coupling in the code.
C)
It allows us to use dependency injection.
D)
It holds the business login for the view.
Question 1 of 40 attempted