Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

EF Core Queryable<T>. Count() returns different number than Queryable<T> .ToList().Count(). Is this even possible or is it a bug?

Is ChangePasswordAsync for ASP .Net Core 3.1 available on GitHub?

What to use instead DbEntityValidationException in EF Core?

Soft deletion with preserving consistency

c# entity-framework-core

'DbFunctions' does not contain a definition for 'ILike'