Entity Data Model schema(An XML text file that describes entity and relationship types. The schema also defines a container within which instances of these types are logically organized)
Entity Framework Code First Migrations(A feature that allows a database created by Code First to be incrementally changed as a developer's Code First model evolves)