Select from following answers:- POCO
- POCO with proxies
- EntityObject
- All Above
Use POCO objects for persistence ignorance (for example, for TDD (test driven development or DDD (domain-driven development).
Entity Objects are not persistence ignorant and are tightly coupled to the Entity Framework.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator