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.