PetShop 4.0 設計研究——petShop 4.0 的命名空間 以及各個項目模塊的說明

序號
項目名稱
程序集名稱Assembly Name 默認命名空間Default Namespace
描述
1
WEB
   
表示層
2
Model
PetShop.Model PetShop.Model
業務實體
3
BLL
PetShop.BLL PetShop.BLL
業務邏輯層
4
DALFactory
PetShop.DAL PetShop.DALFactory
數據層的抽象工廠
5
IDAL
PetShop.IDAL PetShop.IDAL
數據訪問層接口定義
6
SQLServerDAL
PetShop.SQLServerDAL PetShop.SQLServerDAL
SQLServer數據訪問層
7
OracleDAL
PetShop.OracleDAL PetShop.OracleDAL
Oracle數據訪問層
8
DBUtility
PetShop.DBUtility PetShop.DBUtility
數據庫訪問組件基礎類
9
CacheDependencyFactory
PetShop.CacheDependencyFactory PetShop.CacheDependencyFactory
緩存依賴類的工廠類
10
ICacheDependency
PetShop.ICacheDependency PetShop.ICacheDependency
緩存依賴類接口
11
TableCacheDependency
PetShop.TableCacheDependency PetShop.TableCacheDependency
緩存依賴實現類
12
IBLLStrategy
PetShop.IBLLStrategy PetShop.IBLLStrategy
同步/異步處理策略接口(實現在bll根據配置反射選擇)
13
MessagingFactory
PetShop.MessagingFactory PetShop.MessagingFactory
異時處理消息隊列的抽象工廠
14
IMessaging
PetShop.IMessaging PetShop.IMessaging
異時處理消息隊列接口定義
15
MSMQMessaging
PetShop.MsmqMessaging PetShop.MsmqMessaging
異時處理消息隊列的實現
16
Profile
PetShop.Profile PetShop.Profile
Profile的數據訪問層
17
ProfileDALFactory
PetShop.ProfileDALFactory PetShop.ProfileDALFactory
ProfileDAL的工廠類(反射創建ProfileDAL)
18
IProfileDAL
PetShop.IProfileDAL PetShop.IProfileDAL
Profile的數據訪問層接口定義
19
OracleProfileDAL
PetShop.OracleProfileDAL PetShop.OracleProfileDAL
Oracle的Profile Providers
做用戶狀態管理
20
SQLProfileDAL
PetShop.SQLProfileDAL PetShop.SQLProfileDAL
SQL Server 的Profile Providers
做用戶狀態管理
21
Membership
PetShop.Membership PetShop.Membership
Membership認證和授權管理
22
OrderProcessor
PetShop.OrderProcessor PetShop.OrderProcessor
後臺處理進程,處理訂單隊列
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章