Hi all,
Please give me sample code/project in .net 1.1 which has use 3 tier architecture.
Please explain me these 3 layers (i.e. data access layer, business logic layer and presentation layer)
Regards,
Swapnil.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Reena SajithPosted May 22, 2007, 1:57 AM
presentation layer is the forms u design for the end user
business logic layer is the interface that connects data to the presentation layer.say class files .net where u call stored procedures...etc
data access layer is the database connectivity itself
hope this hepls