Any sample C# project that highlights separate data access layer (using EF) to business logic layer
Posted
by Greg
on Stack Overflow
See other posts from Stack Overflow
or by Greg
Published on 2010-05-16T06:44:45Z
Indexed on
2010/05/16
6:50 UTC
Read the original article
Hit count: 508
Hi,
I'm interested in having a look at a small sample project that would highlight a good technique to separate data access layer (using Entity Framework) to business logic layer. In C# would be good.
That is, it would highlight how to pass data between the layer without coupling them. That is, the assumption here is not to use the EF classes in the Business Logic layer, and how to achieve this low coupling, but minimizing plumbing code.
© Stack Overflow or respective owner