Entity Framework supported the development of applications using Schema first and Model First approach. Now, the new Entity Framework introduced the Code First approach. In Code First approach, we are creating the code first and the Entity framework will automatically generate the corresponding tables.
For more details about Code First Approach, please refer http://www.dotnetfunda.com/articles/article1358-entity-framework-codefirst-model-.aspx