Completing the customer sales website

We've got all the tricky bits done, so we need to sit down and finish writing our website. We're not learning MVC in this book and unfortunately, there isn't space to go through everything in detail, so we'll look at a few bits, and you can get the finished website in the code samples. I've simplified the website, so we can quickly get a working user interface, where we can view products and create orders; I've not implemented any dependency injection (DI), inversion-of-control (IoC), repository, or unit of work (UoW) patterns, so as to not distract from the subject in hand too much, but I would strongly advise you to use these techniques in your own applications.

Modifying the user account panel

In this website, ...

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.