I am creating a new project in MVC4. I need to create some models. I amd in doubt with a basic understanding of creating models. Where to keep the models?
1. Inside MVC model?
2. Seperating models into new project?
Which is the best one ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For a small project is mostly personal preference. I would keep things simple and start with a single project and as complexity or number of team members grow separate modules into projects: data access layer, services, models, etc.