Hi,
I have an n-tier layer application.
I want to handle business rules messages and show client user-friendly messages.
For example, the email entered is not unique and cannot be added to the database.
How do you handle this validation rule between the layers (DAL,PLL,BLL)?
Thanks,
Best Regards.