Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.2

EF Core configuration problem with owned type used in 2 different classes

c# mysql ef-core-2.2

Stop EF Core from using Merge to Insert

Dependency Injection in EF-core OnModelCreating method

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

EF Core Migration Add - creates a migration with unexpected DropForeignKey, DropUniqueConstraint, DropColumn statements

How to persist columns as json using the table-per-hierarchy (TPH) pattern in Entity Framework Core 2

EFCore Postgres timestamp loses tick precision

How to reload collection in EF Core 2.x?

_context.SaveChanges() works but await _context.SaveChangesAsync() doesn't

Ef Core vs Linq on interpolated string

Entity Framework Core + Spatial Data is Raising SRID not vaild error

If I ignore a dbset used for a procedure I cannot use EF Core to get that procedure

EF Core 3.0 .Include does not work as expected and Super Slow

c# ef-core-2.2 ef-core-3.0

Skip and Take not working for an IQueryable datasource

EFCore enum to string value conversion not used in where clause

nested Owned Type not saved when Updating in the database

c# ef-core-2.2

How Can I Fix DbUpdateConcurrencyException In My New .Net Core Project?

Data Protection using Entity Framework Core

EF Core HasMany vs OwnsMany