How to write the code in simple program in 3tier archetecture.and what will write in button clickevent
How to write the program in 3tier archetecture.and what will write in button clickevent with example.
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.
Shivanand ArurPosted Sep 26, 2012, 7:34 AM
1. DAL(Data Access Layer) - here you will contain code which connects to the Data Source(Database).
2. BOL(Business Object Layer) - here you will contain the logic where you will interact with the DAL and get values in some methods.
3. UI Layer(User Interface Layer) - This layer will basically contain all the aspx pages and the logic for that particular page.
Example:
PLEASE MARK THE ANSWER AS ACCEPTED IF IT HELPED YOU!!!
nallyaPosted Sep 26, 2012, 7:11 AM
Dorababu MekaPosted Sep 26, 2012, 7:06 AM