What should you do?

Posted by: Pdfprep Category: 70-486 Tags: , ,

You need to implement the business requirements for managing customer data.

What should you do? Each correct answer presents part of the solution. Choose all that apply.
A . Add a folder named Customer to the Views folder. Then create a view inside this folder named Edit.aspx.
B . Add a folder named EditCustomer to the Views folder. Then create a view inside this folder named Catalog.aspx.
C . Add a class named CustomerController to the Controllers folder. Then add a method named Edit to the class.
D . Add a class named Catalog to the Controllers folder. Then add a method named EditCustomer to the class.

Answer: A,C

Explanation:

From scenario: One of the business requirements, is that administrators must be able to edit information about existing customers.

Leave a Reply

Your email address will not be published.