Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EF code first migration error "Object has been disconnected or does not exist at the server"

How do I use the SqlResource method in EF Migrations?

Entity Framework : Sharing entities across different DbContexts

Entity Framework change Key Type

EF Code First Migrations to Deploy Older Version

How to handle huge efcore migrations designer files that is slowing down build and IDE

Schema independent Entity Framework Code First Migrations

How to setup EF6 Migrations with ASP.NET Core

EF 4.3 Migration - how to produce a downgrade script?

Entity Framework 6 Code First migrations - multiple branches for production

Can I inject dependency into migration (using EF-Core code-first migrations)?

EF Code First MigrateDatabaseToLatestVersion accepts connection string Name from config

error loading database initializer with EF6

Getting 'Context is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."

update-database error - NuGet Package (EntityFramework.SqlMigrations)

Code first migrations - what connection string will it use?

EF AddOrUpdate Seed does not Update Child Entities

EntityFramework code based migrations, how is order determined?

Entity Framework Data Annotations equivalent of .WillCascadeOnDelete(false);

Code First Migration - Entity Framework - unable to add column to the table