Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.2

What can cause persisted entities from a DbSet to be detached?

Asp.net Core 2.2 Store entire DB table in memory EF Core

EF Core adding discriminator column to owned entity

EntityFrameworkCore Key column auto increment from specific value

EF Core 2, .NET CORE 2 :How do I query the same column for multiple conditions using IQueryable<T>?

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