In your application, you have existing classes that represent the conceptual model.
How can the Entity Framework be configured to use these classes?

 Posted by Rajkatie on 8/4/2012 | Category: ADO.NET Interview questions | Views: 3595 | Points: 40
Select from following answers:
  1. Inherit the existing classes from ObjectContext.
  2. Implement a POCO EDMX file.
  3. You can use these classes, but you must make the EDMX-generated entity classes inherit from each of your existing classes.
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Posted by: Iluvdotnetfunda on: 8/6/2012 | Points: 10
Hello Rajkatie,

What is the use of Implement a POCO EDMX file.

Thanks

Login to post response