Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Filtering a list of results through a join table in EF Core

c# entity-framework-core

How to connect to MySQL server using Entity Framework Core

Managing Static Data Items in entity

Entity Framework Core OnModelCreating vs Migration, the correct development workflow

In EF Core how to select specific column and also save

Trying to Unit Test Generic Repository based on .NET EF Core fails when dealing with DbContext.Entry

A relational store has been configured without specifying either the DbConnection or connection string to use

EntityFramework Core Computed Property Error: InvalidOperation No Backing field

How to get total available rows from paginated ef core query

Self referencing / parent-child relationship one-to-zero or one in Entity Framework Core

Does EF Core support an abstract base entity which is generic?

How can I change current value for identity type primary key column in table in PostgreSQL database? [duplicate]

Several ExecuteUpdate-s in transaction

Exception when trying to use `ThenInclude` in EF Core

SqlException: Cannot insert explicit value for identity column in table 'Tasks' when IDENTITY_INSERT is set to OFF

Determine if property is a Navigation Property in EF Core

c# entity-framework-core

InvalidOperationException: The entity type <typename> was not found. Ensure that the entity type has been added to the model

Split EF Core migrations to multiple projects

EF core string case sensitivity not working

How to tell which properties have changed on an EF Core Entity?

c# entity-framework-core