Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 674 Bytes

File metadata and controls

8 lines (7 loc) · 674 Bytes

NTier ECommerce Project

Layers

  • Core => Core layer. The foundation of the database. It can be used in a language other than C#. If it is desired to set up this database in a different language, it can be easily provided with this layer. Dependencies=> EntityFramework
  • Common => Auxiliary layer. MailSender, ImageUploader, RemoteIpAddress
  • DataAccess(DAL) => Data access layer. Entity, Map, Context. Dependencies=> EntityFramework
  • Business Logic Layer(BLL) => CRUD operations , Dependencies=> EntityFramework
  • Presentation (MVC_UI) => Presentation layer, Login operations, Register operations, Basket operations, Authorization operations