Previous Video: Using DbContext with dependency injection - • Using DbContext with Dependency injec...
Playlist - Asp.net core MVC 6.0 : • Asp.net Core MVC tutorial for beginners
From past few videos we are setting up entity framework core in our project and in this video I have discussed Enitity framework Core Migrations.
This includes several things:
1. What is Migration in Entity framework Core?
2. What are Add-Migration and Update-Database commands?
3. How to create database from model using entity framework core?
4. Steps involved in EFCore migration
5. How to execute migration commands?
6. Use of migration files
7. Use of model snapshot file in Entity framework core
You can download the latest code from below git repository:
https://github.com/sahanabhat3388/Com...