You are deploying an Entity Framework application. You need to deploy it in such a way that you are not required to recompile and redeploy the application every time the conceptual model is updated. Your solution should require minimal effort.

What should you do?

 Posted by Rajkatie on 10/31/2012 | Category: ADO.NET Interview questions | Views: 5010 | Points: 40
Select from following answers:
  1. Edit the model Properties in the Entity Designer. Set the value of the Metadata Artifact Processing property to Copy To Output Directory.
  2. Edit the model Properties in the Entity Designer. Set the value of the Metadata Artifact Processing property to Embed in Output Assembly.
  3. Copy the conceptual model to an XML file in the project and set its Build Action to Resource. Add code to read the conceptual model from this XML file.
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response