|
-
February 1st, 2010, 10:30 PM
#1
3 Tier Architecture in ASP.net 2.0
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|