Hi,
In asp/net MVC, the project is divided into Models, Views and Controllers. Fine so far.
Say I have a Class 'person', which the people controller populates with data, using the person model.
Where is it best to put my person.cs class? In the controllers or the models folder? What do you do?
Thanks
Frank