Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework Core will not map to BigInteger

c# entity-framework-core

How can I get the Primary Key for the DbSet?

Get output parameter value of a stored procedure using EF Core?

Best approach for entityframework core multi tenancy

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