I know that three tier contain PL
, BL
and DL
.
Working on one, in that application we are
"passing values as parameter from PL into BL and after calculation into DL which perform DB operations."
Is this the right way to implement 3 Tier?
or the one described here in CODEPROJECT
Edit I know There is no "one fits all" layer model. But i want to know which is better
Passing parameters?
Setting get set values of table field?(As in above
codeplex
example)