Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.2

unable to update user via UserManager<TUser> using ef core 2.2 in asp.net core 2.2 app

Entity Framework Core default values for missing columns

How to get EFCore In-memory db to auto-increment non-key fields

EF Core In-Memmory Array mapping

ef core new dbcontext executes OnModelCreating only once

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

EF Core HasMany vs OwnsMany