Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Migration with dynamic connection string in Entity Framework code-first (the connection string from text file)

EF Core One-to-Many relationship list returns null

C# EF Code First Seeding Data - Keeps Adding (Instead of updating) [duplicate]

Specified LocalDB instance name is invalid: Able to create migrations but not run them

MigrationHistory as entity in DbContext in Entity Framework 7

Implementing Cascade Delete in a self referencing table in EF Core 2

How does one override the default SQL migration generator?

Cannot list Entity Framework Migrations in Visual Studio 2019 due to dotnet ef dbcontext --json failure

How to create a stored procedure from EF Core code first approach?

EF Migration ignores [Required] attribute on string properties and creates nullable field

EF Core keeps complaining about non existent indexes

How to determine database provider at the IEntityTypeConfiguration, because I support multiple databases

Sync Migrations and continue CodeFirst after manual DB edit

What is the purpose of MigrateDatabaseToLatestVersion useSuppliedContext = false?

change entity framework core code first migration name format