Microsoft
70-516 · Question #46
You use Microsoft Visual Studio 2010 and .NET Framework 4.0 to enhance and existing application use Entity Framework. The classes that represent the entites in the model are Plain old CLR Object…
The correct answer is D. 1. Generate an Entity Data Model for the POCO classes. See the full explanation below for the reasoning.
Question
You use Microsoft Visual Studio 2010 and .NET Framework 4.0 to enhance and existing application use Entity Framework. The classes that represent the entites in the model are Plain old CLR Object (POCO) Classes. You need to connect the existing POCO classes to an entity framework context. What should you do?
Options
- A
- Generate a MetadataWorkspace and create an ObjectContext for the model.
- B
- Generate a MetadataWorkspace and create an ObjectContext for the model.
- C
- Generate an Entity Data Model fort he POCO classes.
- D
- Generate an Entity Data Model for the POCO classes.
How the community answered
(48 responses)- A2% (1)
- B6% (3)
- C8% (4)
- D83% (40)
Community Discussion
No community discussion yet for this question.