Read Time: 15 minutes
Synopsis: In UnifiedASP, pages are generally kept to a single task like showing a search, detail, or edit panel. Pages will also contain the majority of business logic since logic is rarely reused. Only when business logic is needed elsewhere in the application is it abstracted into a business layer. This document also details the logical lifecycle and how it fits into the ASP.Net page event sequence.
Url: http://www.unifiedasp.net/index.php/unifiedasp-pages-primer/









