Which action should you take?

DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.

PassGuideApp is deployed to server PassGuideSrv.
PassGuideApp uses files that are used as resources in the application.
These files are used for mapping and modeling.
Later in the project you need to adjust the conceptual model for PassGuideApp on PassGuideSrv.
Which action should you take?

DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.

PassGuideApp is deployed to server PassGuideSrv.
PassGuideApp uses files that are used as resources in the application.
These files are used for mapping and modeling.
Later in the project you need to adjust the conceptual model for PassGuideApp on PassGuideSrv.
Which action should you take?

Answer:

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


John Galt

John Galt

http://msdn.microsoft.com/en-us/library/vstudio/bb896268%28v=vs.100%29.aspx

Model and mapping files can be embedded as application resources or they can be copied to the output directory. By default, they are deployed as embedded application resources. When you embed model and mapping information as application resources, you must recompile and redeploy the application every time the conceptual model is updated.