Hey guys, I'm developing a management system with 3-tier architecture. I'm just wondering what kind of data type should be returned by the
DAL and BLL functions. Besides, I use POCO pattern, and How should I deal with
exceptions, should I catch them in DAL and BLL or throw
exceptions directly? Thanks all.
Go to the complete details ...