In this tutorial I'll be using the nopCommerce plugin architecture to implement a product view tracker. We will start coding with the data access layer, move on to the service layer, and finally end on dependency injection. Getting started Create a n…