design patterns

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 年 前
Can you please tell me what are the design patterns and architectural patterns that are used in developing this nopcommerce project

thank you
15 年 前
This is common used design pattern called three/multi-tier.

- Presentation layer (Modules/pages)
- Logic layer (BLL: Business logic layer)
- Data layer (DAL: Data access layer)

More info:

http://en.wikipedia.org/wiki/Multitier_architecture
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.