Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Can't create EF migrations after installing .NET 6

Azure SQL Authentication Active Directory Default Slow

Upgrade checklist for latest .NET, ASP.NET Core and EF Core

EF Core 3.1 generates ORDER BY (SELECT 1) which breaks old code

IndexAnnotation to EF Core

EF Core custom count query

Entity Framework - Why do I get optional dependent using table sharing?

c# entity-framework-core

Union with EF Core returns unable to translate set operation since both operands have different 'Include' operations

Understanding versions of .NET Core and Entity Framework

installing dotnet-ef dotnet tool throws error

Dotnet core 1.1 on linux: Any particular way thats better than others when seeding data with EF Core?

Why add-migration command is not creating migration? Not recognising packages

The entity type has multiple properties with the [Key] attribute. Composite primary keys can only be set using 'HasKey' in 'OnModelCreating'.'

c# entity-framework-core

.ThenInclude for sub entity in Entity Framework Core 2

c# entity-framework-core

Entity Framework Core 3.1 with Temporal Tables - Access SysStartTime and SysEndTime

The foreign key property 'fk1' was created in shadow state because a conflicting property with the simple name 'property'

EF core tries to add a duplicated row to join table during entity update