Showing posts with label Business Logic Layer. Show all posts
Showing posts with label Business Logic Layer. Show all posts

Tuesday, September 26, 2006

ASP.NET Architecture BLL

How to centralize these business rules into a Business Logic Layer (BLL) that serves as an intermediary for data exchange between the presentation layer and the DAL.
In a real-world application, the BLL should be implemented as a separate Class Library project; however, for these tutorials we'll implement the BLL as a series of classes in our App_Code folder in order to simplify the project structure.