Click here to Skip to main content
16,004,564 members
Articles / Programming Languages / SQL

Using Adapter Pattern on Entity Framework Database First stored procedures results

Rate me:
Please Sign up or sign in to vote.
4.60/5 (6 votes)
22 Aug 2014CPOL8 min read 22K   7  
In this article we will show one approach to decouple the Entity Framework generated code for stored procedures from the higher layers of code by using the Adapter Pattern

Views

Daily Counts

License

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


Written By
Software Developer
Mexico Mexico
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions