My Nopcommerce Tour (3): System code Structure analysis

Source: Internet
Author: User
Tags nopcommerce
1. Overview

Based on MVC

2. Detailed description
  1. \libraries\nop.core core classes, including caches, events, help classes, business objects (orders, customer entities)
  2. \libraries\nop.data data access layer, using the entity Framework Code-first
  3. \libraries\nop.services Core service layer, including business logic, checksum, data calculation
  4. Projects into \plugins\ solution folder plugin, generated DLL automatically copied to \presentation\nop.web\plugins\ directory
  5. \presentation\nop.admin MVC Web Application, is the management of the presentation layer, the actual location in the \presentation\nop.web\administration directory, cannot be directly run
  6. \presentation\nop.web MVC Web app, the store's presentation layer, can run
  7. \presentation\nop.web.framework class libraries, including Amin and Web-public display controls
  8. \test\nop.core.tests Test Project
  9. \test\nop.data.tests Test Project
  10. \test\nop.services.tests Test Project
  11. \test\nop.tests class Library, provides common test methods and help for other test projects, no test method
  12. \test\nop.web.mvc.tests Test Project

My Nopcommerce Tour (3): System code Structure analysis

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.