You are designing an application. You decide to use EF to access the database. However, architecture requirements dictate that you use existing domain objects that are persistence ignorant. The application will not need to transfer data objects across tiers and you do not want to incur the overhead of lazy loading and object change tracking. You need to choose an object type.

Which type of object should you use?

 Posted by Rajkatie on 8/29/2012 | Category: ADO.NET Interview questions | Views: 2114 | Points: 40
Select from following answers:
  1. POCO
  2. POCO with proxies
  3. EntityObject
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response