You are implementing an application that uses POCO objects with Entity Framework. You need to ensure that proxies are created when you create entity objects.

What should you do?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 2403 | Points: 40
Select from following answers:
  1. Create the object by calling the CreateInstance method of the Activator class.
  2. Create the object by calling the CreateObject method of the ObjectContext object.
  3. Create the object using the new operator.
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response