Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF7 and GroupBy() cannot be translated

EF7 (Code First) + SQLite doesn't create a database and the tables for the models

Update model with TryUpdateModel in ASP.NET MVC Core Web API and Entity Framework Core doesn't work

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

Scaffold-DbContext creating model for table without a primary key