Community

Entity Framework’s Database Seed Method

(Abhimanyu Kumar Vatsa) 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 is out of sync with the existing database or in other word it runs whenever model changes

Read More - Register for Free Membership