You are developinASP.NETg an Dynamic Data Web application. The application uses entities from a
global library named Entities. The Application_Start event contains the following code segment.
DefaultModel.RegisterContect(typeof)(Entities.MyDBDataContext), new ContextConfiguration() {
ScaffoldAllTables = false }); You need to ensure that the application shows the Order and Customer
entities and hides all other entities.
What should you do?
A.
Set the ScaffoldAMTables property of the ContextConfiguration to true.
B.
Create a partial class for each entity except Order and Customer within the Entities library and
apply the attribute.
C.
Create a partial class for the Order and Customer entities within the Web application and apply
the[ScaffoldAMTables ]
D.
Create a partial class for the Order and Customer entities within the Entities library and apply the
[ScaffoldAMTables ]
Explanation:
http://www.scribd.com/doc/87002157/90/Question-90
https://www.logicsmeet.com/dumps/Download/Microsoft/Microsoft.70-515.logicsmeet.4-5-
2012.pdf
http://www.docstoc.com/docs/114435285/CSHARP-Updatedpdf