- ASP.NET 3.5 Application Architecture and Design
- Vivek Thakur
- 90字
- 2025-03-31 06:55:59
Two Tier—Two Layer Model
We can further separate the BL and DAL code into their own separate namespaces and class files, so that different developers can work on BL and DAL simultaneously, under a multiteam set up.
The solution will have:
- ASP.NET Web Project having Presentation Layer coding in ASPX and ASCX files, under the namespace,
MyApp.Web
(Tier 1) - A class library project having two folders (Tier 2):