Models in asp.net mvc 3 areas
问题 How to organize models in multiple areas ? I am trying to organize code using areas. I am using visual studio 2010 express , the project is on asp.net mvc3 and code-first development is used. All the tutorial and reference over internet only talks about controllers and routes, but what about models ? more precisely, I am looking for suggestions around : The model folder in an area will contain its own classes, so where should the dbcontext be placed ? I already have an dbcontext class