A
Anders S. Willumsen
Can someone give me a few arguments for implementing a DAL Layer? Why
develop a BLL and a DAL in the same layer? Is it easier to scale out when
you have a DAL?
I can see a few benifits
1) Easy development - one group can develop and optimize dataaccess without
recompling BLL
2) Its possible to switch database or have a app that can use multiple
databases
But in a "small" project where database is fixed to sql server - whats the
benefits?
Can anyone help?
Thanks
develop a BLL and a DAL in the same layer? Is it easier to scale out when
you have a DAL?
I can see a few benifits
1) Easy development - one group can develop and optimize dataaccess without
recompling BLL
2) Its possible to switch database or have a app that can use multiple
databases
But in a "small" project where database is fixed to sql server - whats the
benefits?
Can anyone help?
Thanks