Hi,
i am in the process to come out a 3 tier architecture for ASP.net 2.0
The Architecture that i want is
(1).DAL(Data Acess Layer) in App_Code folder
(2).BLL(Business Logic Layer) in App_Code folder
(3).Connection to Database in DAL is done through ObjectDataSource instead of TableAdapter, and SqlDataSource.





I have search in google for few days but still not able to get the sample architecture i want.
I understand the logic for the three 3tier, but how to do it programmatically is different .Does anyone has any idea on this?