What are the responsibilities of the data layer?
- by alimac83
I'm working on a project where I had to add a data layer to my application. I've always thought that the data layer is purely responsible for CRUD functions ie. shouldn't really contain any logic but should simply retrieve data for the business layer to manipulate.
However I'm a little confused with my project because I'm not sure whether I've…