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

Active Record

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

Asp.net Design Pattern study notes -- PART 3


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

Asp.net Design Pattern study notes -- PART 3