Error!
Success!

Abstracting the data access layer

0
kicks

Abstracting the data access layer  (Unpublished)

This article endeavours to describe how to use the Repository Pattern to abstract and control access (CRUD operations) to a data model locally, through mocks and over-the-wire using the Entity Framework and ADO.Net Data services respectively. By exposing your Data Access model through a defined interface you can replace your data access implementation to suit your needs whether it be for unit testing or to change the data access frameworks you use.


Kicked By:
Drop Kicked By: