petshop4.0项目列表 dodo

  • presentation layer---asp.net 2.0
    ----------------------------------
        Web                             站点  
        Profile                         配置
        ICacheDependency                缓存依赖接口
        CacheDependencyFactory          缓存依赖工厂
        TableCacheDependency            表缓存依赖
        OrderProcessor                  订单处理
    business logic layer-----business components
    ----------------------------------
        BLL                             业务逻辑组件
        IBLLStrategy                    业务逻辑策略
    data access layer
    ----------------------------------
        DBUtility                       数据工具
        Membership                      成员
        +++++++++++++++++++++++Profile DAL++++++
        IProfileDAL                     配置接口
        ProfileDALFactory               配置工厂
        OracleProfileDAL                Oracle配置
        SQLProfileDAL                   SQL配置
        +++++++++++++Invertory and Orders Data Access+
        IDAL                            数据访问接口
        DALFactory                      数据访问工厂
        OracleDAL                       Oracle数据
        SQLServerDAL                    SQLServer数据
        +++++++++++++++++++++++++Messaging+++
        IMessaging                      消息接口
        MessagingFactory                消息工厂
        MSMQMessaging                   消息队列
     
    model objects
    ----------------------------------------------
        Model                           模版\瘦数据\业务实体
     
    database
    ----------------------------------------------
        MSPetShop4Services数据库
        MSPetShop4Profile数据库
        MSPetShop4Orders 数据库
        MSPetShop4数据库
原文地址:https://www.cnblogs.com/zgqys1980/p/862480.html