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?
A.
Create an ASPNET Dynamic Data project.
B.
Create an ASP.NET MVC 2 project and use the Entity Framework data layer as your
model.
C.
Create an ASP.NET Web Forms application and set the Data Source ld for each Grid
View to an Entity Data Source control.
D.
Create an ASP.NET Web Forms application and set the Data Source ld for each Grid
View to an Object Data Source control.