What action should be taken?

DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server database PassGuideDB.
To obtain data from PassGuideDB the ADO .NET Entity Framework to is used.
A new type is added.

The new type should organize scales values within a specific entity.
Stored procedures will be used to manage instances of the type.
What action should be taken.

DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server database PassGuideDB.
To obtain data from PassGuideDB the ADO .NET Entity Framework to is used.
A new type is added.

The new type should organize scales values within a specific entity.
Stored procedures will be used to manage instances of the type.
What action should be taken.

Answer:

Explanation:



Leave a Reply 4

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


John Galt

John Galt

I am unclear as to why Action #2 is needed, and whether it’s even correct. Perhaps there is an error in the question (WTF are scales values?) maybe it should’ve been ‘scalar values’? Either way, hopefully this doesn’t come up on the exam.

John Galt

John Galt

Alright. Action #2 is definitely incorrect here. See question #160 in the first exam. Action #2 should be:

Create a complex type
…in the CSDL file.