Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Can any one help me to decide that with Entity Framework do I need to implement the Repository Pattern if the testing is not my concern? OR EF alone is sufficient?

I had searched a lot and till now concluded that the repository pattern is only needed when you want your project to be testable and when there is a possibility of changing the data-store in future so that we can get a isolation.
Posted
Updated 14-Jan-14 21:52pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900