Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EF Migrations DropForeignKey fails when key is in a base class

Triggering EF migration at application startup by code

Cannot find the object "dbo.Table" because it does not exist or you do not have permissions

'No suitable constructor found for entity type' when doing EF Core migration (SmartEnum)

Using VSTS Release Definition to run Entity Framework Code Database Migration

Can one make a C# attribute that is a combination of other attributes that get picked up by Entity Framework Code first migrations

Receiving "The model backing the 'Context' context has changed... on Add-Migration after EF 5 upgrade

EF Code First Migration throws StackOverflowException on Azure Web Role

Entity Framework multiple context and Microsoft Azure. How to update database?

SQL Server CE Code First migrations problems

DbMigration.SqlFile difference in base directory

How to completely reset all Entity Framework 6 migration history? (Zombie migrations!)

Get path of App_Data folder in the Seed method of EF migration configuration class