Introduction to Repository Pattern
Learn what the repository pattern is, why it is used, and how it is achieved.
We'll cover the following...
What is a repository?
To make your complex application code easy to understand and manage, add a layer of abstraction. A repository does just that.
A repository helps achieve abstraction in your application by creating an abstraction ...