You manually define the model and mapping files for an Entity Data Model application. You need to ensure that the files are deployed as embedded resources together with the application. Your solution should require minimal effort.

What should you do?

 Posted by Rajkatie on 10/31/2012 | Category: ADO.NET Interview questions | Views: 4220 | 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 Embed in Output Assembly.
  2. 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.
  3. Copy the conceptual model to an XML file in the project and set its Build Action to Content. 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