I\'m working on a new project where I\'m actively trying to honor persistence ignorance.As an example, in my service layer I retrieve an entity from my ORM and I call a routine defined on the entity t
I\'m looking into using Microsoft\'s Entity Framework in an upcoming project which is a point release of an existing product.Our current product supports two DBMS (Oracle and SQL Server), the schema o
I would modify detached entity with associated collection, ex : Person and Address are POCO. When I attach entity and save changes, the collection changes isn\'t detected, how can I update Person wi
I\'m trying EF 4 with POCO\'s on a small project for the first time.In my Repository implementation, I want to provide a method AddOrUpdate that will add a passed-in POCO to the repository if it\'s ne
Persistence ignorance is typically defined as the ability to persist & retrieve standard .NET objects (or POCOs if you really insist on giving them a name). And a seemingly well accepted definitio