1
Answer

Validations in BLL and DAL?

petre ricardo

petre ricardo

15y
3.4k
1

Hi,
 
I typically dont validate parameter values that were passed to the DAL methods from BLL methods, becuase i validate passing parameters of DAL in the BLL. Therefore as for error handling in DAL i only write code to handle exception within DAL.
Is this a good practise?
TY in Advance
Answers (1)