can any one tell me how use 3 architecture in .net
Loading
can any one tell me how use 3 architecture in .net
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.
Munir ShaikhPosted Sep 26, 2007, 5:28 AM
Hi,
You can do this by different ways one of way could be
You can add libraries to the project for
1. All the database related activities name it as Data Access Layer
2. All the business activities Business Layer
& Keep all the Views or User interface seperately name it as Presentation Layer
Regards,
>>Munnamax