Views: 5K
Replies: 0
Archived
|
Entity Framework 4.1 and POCOSHello,
I want to implement a data access layer using entity framework 4.1 with POCO's and was wondering how best to implement. When looking at the patterns in action solution, I really like the architecture you have in place. How would the architecture change if I wanted to implement it using POCO's. Does POCO's replace DTO's? Kevin Hopkins, Aug 17, 2011
I am working on an small app using the DO Framework using Entity Framework, POCO and code generated by the dbContext Generator. To simplify the architecture, I am planning to remove all the DTO's and mappers. If I am exposing a subset of a POCO class as DataMembers in WCF, I don't see how they differ from a DTO.
There's a similar question on Stackoverflow.com http://stackoverflow.com/questions/7666681/any-disadvantages-if-using-poco-entity-framework-across-the-tiers-and-not-usin
Nov 07, 2011
It's high time for the dofactory framework to get updated to include implementations for POCOs, EF 4.1, dbConext plus other stuff. The framework came out more than a year ago and I haven seen a single upgrade or update. The framework does NOT need to go hand in hand with the .NET version. Like Microsoft releases out of band updates, the dofactory framework can do the same thing.
Oct 25, 2011
I'm interested in this as well.
Aug 25, 2011
I'm trying to accomplish the same. DoFactory please bless us with the documentation in this area. Explain the DTO Pattern and the interfaces involved.
Aug 21, 2011
|