Question from the Entity Framework test

Create a class that implements the ICollection interface.

Expert

You are using VS2010 and the .NET Framework 4.0 to develop an application. This application uses ADO.NET Entity Framework (EF) to manage Plain Old CLR Objects (POCO) objects.

You create a new POCO class, and you need to make sure that it meets the following pre-requisites:

  • Must be usable through an ObjectContext
  • Must support proxy change tracking

What are the actions to take?

Author: Guillaume BroutStatus: PublishedQuestion passed 176 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!