Hard
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 206 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
How to get the products of a category in Dot-net1
How to get the first element of an array in C#0
Write a LINQ query to select all rows from the first table in the dataset where the ContactName field is not null.0
How to get the first row of a SqlDataReader in C#2
Retrieve a list of products from a catalog in a .NET application1
How to use the 'using' statement in C#0
How to apply changes to a SqlConnection in C#