In separate data access & business logic layer, can I use Entity framework classes in business layer

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-16T00:29:42Z Indexed on 2010/05/16 7:10 UTC
Read the original article Hit count: 489

In separate data access & business logic layer, can I use Entity framework classes in business layer?

EDIT: I don't think I will need to swap out the data access layer from my business logic in the future (i.e. will be SQL Server), however I will for the UI layer. Therefore the question is more meant to be are there any major issues with using EF classes for me in the business layer? Seems like there would be less plumbing code.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about c#