Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

EF Core 2.2: Add timezone conversion to a datetime2 column on select, groupby and/or where (Modify/enrich property mapping on a query)

Entity Framework Core PostgreSQL JSONB (single field update)

EF Core 8 - Unable to translate set operation after client projection has been applied

What is the best way to read and display data from nested classes/tables in Blazor?

How to mapping enum in postgresql (db first) with ef core on .net core

NetCore 6.0 How to access connection string in dbContext file

How do I mock DbSet.Add() for Entity Framework Core?