Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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?

Entity Framework database-first approach Pascal case

Sometimes one record from the set does not get into the database using EF Core and TimescaleDB

How to select both Min & Max across entire query using EF Core?

EF Core "No DbContext named xxx was found'

Integrating Entity Framework Core into Class Library (.NET Standard)

Using ".Any()" in lambda query throws error in .net core EF project

Create table in migration code first if it does not exist

MigrationHistory as entity in DbContext in Entity Framework 7

Why is Group By translating in Order By by Entity Framework?

Querying EF Core identity roles

Implementing Cascade Delete in a self referencing table in EF Core 2

EF Core Global Query Filter for SaveChanges (Update, Delete)