Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

What's the purpose of StartupProjectName parameter in Add-Migration in EF

Failed to create CoreCLR, HRESULT: 0x80004005 when trying to run Entity Framework CLI

Entity Framework Code First Cascading Delete One To Many

How to set decimal precision and scale in entity framework code first migrations

EF Core Fluent API - unique constraint not being detected/included in migration

EF Core always create .Annotation("SqlServer:Identity", "1, 1") on add-migration

Can't update Database with EF Code-First

Why does Entity Framework's EF Migrations Add-Migration step require a database connection string?

How to prevent creating migrations and applying them for specified dbContext in Entity Framework Core 6?

EFCore Not recognizing Database Provider

adding a foreign key with Code First migration

entity framework looking at wrong database

DbMigrator trying to execute every migration, not detecting executed migrations

FK constraints may cause cycles or multiple cascade paths

EF migrations exception: A dependent property in a ReferentialConstraint is mapped to a store-generated column

How to programatically create Sql Azure database of type Basic/Standard edition through Enity Framework code first

EF Code first - many to many relation mapping table with extra columns

One to one relation in EF Core using Fluent API [duplicate]

Azure EF Code First Migration Initializer

Rename a column in EF with Code First