Skip to content

Latest commit

 

History

History

ShoppySolution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Shoppy project

E-Commerce Web Site with MySQL & Entity Framework

Shoppy

App (FrontEnd) layer, uses the Services layer classes to read and write data from the Persistence (DAL) layer.

Interfaces

The interface files for the Services classes.

Services

Also known as Application layer, does the mediation between the App (Shoppy) and the Persistence (DAL) layers.

Domain Objects

Defines objects to be at the Domain layer, used as intermediate objects before we transfer the real ones to the actions on the Persistance (DAL) layer.

Data Access Layer

Also know as Persistant layer, is used to persist the data passed from the Application (Services) layer.

Business Layer

Class files that implement the BL Interfaces and does the auto-mapping between the Domain Objects and the POCO classes.

Shoppy Html Helper

Helper classes designed to create custom asp tags for the View pages