BeYourMarket is a MVC web application, where it can be extended and customized with MVC pattern, Plugin and Theme architecture.
Basically, there are 3 layers, UI, Core and Data Access(where the underlying database can be MS SQL database, SQL Compact file or even MySQL database)
...