I have used asp.net web forms for the last four years. I am trying to familiarise myself with mvc4. Do you put sql code in the model if you are not using an orm like entity framework. For example, if you have a domain object (model class) called person then would you have functions like: person.select, person.update, person.delete.
I am confused because i thought that mvc4 was for the user interface so it doesn't seem right putting sql statements in the model.
I have read plenty of questions on here about mvc4 today but i have not found a specific answer