Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Foreign key issue: EF Core 7 code-first: "Cannot insert explicit value for identity column in table '' when IDENTITY_INSERT is set to OFF."

.NET 6 - Entity Framework Core migrations seed from SQL scripts

Entity Framework Core 3.1 Enum Conversion failed when converting the nvarchar value 'EnumValue' to data type int

In an EFCore eager loading LINQ query, how to reference the top-level entity within the ThenInclude() expression?

In .NET 7 / EF Core 7, can value conversions reference other properties of the same entity?

How to enforce Restrict DeleteBehavior for migration build using ef?

EF Core entity inheritance from different sources without discriminator

"Error Unable to create an object of type 'AppDbContext'. For the different patterns supported at design time"

How to set ForeignKey and Index properties using IEntityTypeConfiguration in EF Core 2.0

How to suppress ambient transaction warning with EF7 RC2

Is it possible to use Entity Framework Core 6 with MongoDb? [duplicate]

Add modifications to your model when using EF Core DB First Design

EF Core Data Seeding for Json column

Purpose of OnModelCreating - EF Core Database first Approach