Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I have an interview ,for this I need to learn some concepts.
I searched a lot for 3-Tier architecture.I read about this concept from the below links,
1.lokeshchadha.blogspot.in/2012/06/3-tier-architecture-example-in-aspnet.html
2.www.dotnetfunda.com/articles/article71.aspx.
now my doubts are,
1.In first method(first link)
I am not understand how was the parameters are passed those are defined in BL.
2.In second method(second link)
there is no separete logic in the BL,here just call the DL methods,
and in PL again created obj of BL and call the BL methods,here what is the use of BL.
I am new to this concept that's why I got these doubts.
Can anybody clarify my doubts or give me simple example that clearly explains about 3-Tier architecture.
Posted

1 solution

If you're new to the concept, then you shouldn't expect to get a good job that does them. A moron might not spot that you got some random answers off the web the day before, but anyone who gives you a job on that basis, you'll regret working there. Spend a month or so doing a basic three tiered app, then start going for jobs. It's not really enough where I live, but where you do, it probably is. It will mean you can answer actual questions instead of repeating what we told you and hoping it's what they want to hear.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900