The Entity Framework can automatically create/update/drop databases when the application runs. We can specify that this should be done every time application runs, or only when the model changes. ...