Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Deleted entities show up as modified in Entity Framework Core's ChangeTracker

EF Core using Let in query throw "Argument types do not match" exception

Unexpected behaviour with Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ForEachAsync<T>()

TDD: Does EF Core In Memory Provider validates referential constraints?

Linq request make a lot of queries to DB

c# entity-framework-core

EF Core Eager Loading nested collections

c# entity-framework-core

What's the difference between two opposite modelBuilder relationship settings?

c# entity-framework-core

EF Core 2.2, owned entities generated as another table when multiple in hierarchy

The required column 'CustomerId' was not present in the results of a 'FromSql' operation

Get generated SQL for a DbContext.SaveChanges in Entity Framework Core

entity-framework-core

How to use DbFunction translation in EF Core?

Xamarin Forms +Entity Framework Core + SQLite - Calling migration on production breaks application

How to improve performance of an EF Core query which uses several Includes

Write a search query which is case insensitive in EF Core?

How to validatie EF Core DBContext config in an unit test

PredicateBuilder is not working on EF Core

Entity Framework Core - DefaultValue(true) attribute not working

Entity Framework Core : LINQ advise needed on better approach using include for relational tables

How to configure navigation property for custom SQL in EF Core 5

"The expected lock file doesn't exist. Please run "dnu restore"" right after I have done so