您的位置:首页 > 编程语言 > ASP

Asp.net Design Pattern study notes -- PART 3

2013-09-02 14:00 417 查看

Transaction Script

which isuseful in small project that has few business logic not complex to handle .

 



 

Active Record

 

For very small system , when DB modal is exactly likebusiness modal .

 

 


Similarly , SMART UI ,Data Access doso many things almost handle the whole system logic which is very bad thing !

 

 

Domain Modal





 

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: