I am new to MVC. I am a developer that uses Web Forms and Windows Forms (not through choice).
I have created a simple MVC4 app, which connects to an SQL database using Entity framework (database first).
There is a model class created by the entity framework (under the .edmx heading) called PersonModel.tt. Does this mean that I do not have to create any model classes in the model folder (which is created automatically when you create an MVC 4 app). Is the model folder only suppose to be used when you do not use the Entity Framework?