Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core how select entity with many-to-many relationship

SqlException: Invalid object name 'Movie'

Apply all IEntityTypeConfiguration derived classes in EF Core

UserManager throws exception - Unable to track an entity because primary key property 'Id' is null - after upgrading from .Net Core 2.2 to 3.0

Entity Framework 7 migration not creating tables

EF Core EnableSensitiveDataLogging does not work as expected

Create Unique constraint for 'true' only in EF Core

Filter all queries (trying to achieve soft delete)

Incorrect syntax near 'OFFSET'. Invalid usage of the option NEXT in the FETCH statement "in Entity Framework core"

EntityFramework Core 1.1.0 missing Include()? [duplicate]

How to fix 'Method 'get_Info' in type 'Oracle.EntityFrameworkCore does not have an implementation.'

EF Core how to implement audit log of changes to value objects

Adding entities using AddRange method does not refresh entity ID

Entity Framework Core ignoring .Include(..) without .ToList(..) indirectly