Completing the admin sales website

The administrator website isn't getting as much attention as the customer website as we don't need it to drive the case study. I'm going to use the Visual Studio scaffold view and controllers for each entity in our data model to save time, using the following procedure for each entity:

  1. Add a reference to our Model project as we did for the customer website.
  2. Right-click on the Controllers folder and go to Add | Controller.
  3. Select MVC 5 Controller with views, using Entity Framework from the options and click on Add:
    Completing the admin sales website
  4. Enter Controller name and select the related entity from the Model class list:
  5. For the first one, I'm going ...

Get Learning Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.