Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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)

Flatten complex object on entity in DB

c# entity-framework-core

EF ChangeTracker Accessing Tracked Entity and its navigation collection

EntityFramework OwnedType with Soft-delete

c# entity-framework-core

How to get current EF version