InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by migration? Write its type. |
|
Answer» Migration is a tool that was introduced in EF to update the database schema automatically when a model is modified without losing any data or other objects. Migrate Database To LATEST Version is a new database initializer used by it. Entity FRAMEWORK offers two types of migration:
|
|