3-tier Architecture with ASP.NET 2.0: Tutorial 2: Creating a Business Logic Layer (Visual C#)
Author:
Scott Mitchell
A well-architected application is crafted into distinct layers, each of which encapsulates a particular role; in this tutorial we build a Business Logic Layer as a series of classes in our application's App_Code folder that call down into our DAL.
More Tutorials
|