Asp.net Design Pattern study notes -- PART 3

Transaction Script

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

Asp.net Design Pattern study notes -- PART 3_第1张图片

Active Record

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

Asp.net Design Pattern study notes -- PART 3_第2张图片


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

Domain Modal

Asp.net Design Pattern study notes -- PART 3_第3张图片

Asp.net Design Pattern study notes -- PART 3_第4张图片

你可能感兴趣的:(Pattern,design)