I have an ASP.NET application that uses a layered architecture e.g. presentation layer, business logic layer, data access layer.
I don\'t want to the business layer to h
I suspect that this may be the answer to your problem:
http://code.msdn.microsoft.com/EFPocoAdapter/Release/ProjectReleases.aspx?ReleaseId=1580
The tool generates classes that have no entity framework dependency that you can pass across tiers.