nerdexam
Microsoft

70-519 · Question #67

You are designing an internal Web application. You have the following requirements: - Use an existing data layer built on the Entity Framework - Ensure that additional Entity Framework entities can…

The correct answer is A. Create an ASPNET Dynamic Data project. See the full explanation below for the reasoning.

Question

You are designing an internal Web application. You have the following requirements:

  • Use an existing data layer built on the Entity Framework
  • Ensure that additional Entity Framework entities can be supported

without additional coding. You need to design the Web application so that users can add, edit, and delete data. Which approach should you recommend?

Options

  • ACreate an ASPNET Dynamic Data project.
  • BCreate an ASP.NET MVC 2 project and use the Entity Framework data layer as your model.
  • CCreate an ASP.NET Web Forms application and set the DataSourceId for each Grid View to
  • DCreate an ASP.NET Web Forms application and set the DataSourceId for each Grid View to

How the community answered

(69 responses)
  • A
    80% (55)
  • B
    12% (8)
  • C
    6% (4)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice