
Talk
Stepping on the Teeth of EF Migrations Rake
In RussianComplexity -
We will solve a simple task — roll up and roll down migrations one at a time (which for some reason is not available out of the box). In the process, we will learn how migrations are applied to the database and what unusual exceptions can be caught at this moment. We'll also understand how EF generates these migrations and learn how to interfere in this process.