Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

EF Core self referencing not working if there are 2 foreign keys to self (Code first)

Entity Framework - delete a record with the primary key

Entity Framework Core 3.1 - Log Information About Both Commands and Transactions

Entity Framework Core migrations through CI and CD in Azure DevOps

EF Core takes a lot of time, sometimes, to perform SELECT query

Project EF Core 7 result to named tuple

At what operation exactly does Entity Framework open and close a database connection?

EF Core migration error: Object reference not set to an instance of an object

EF Core Code First - Clustered Index and Identity Column

Postgresql Table Inheritance in entity framework

Entity Framework Core is lazy loading when transforming

C# Entity Framework Core: unable to resolve service

c# entity-framework-core

Does Entity Framework Core support database password rotation

How to save and retrieve images from database using Entity Framework Core in ASP.NET Core web application?

Should we always use .Find() rather than .FirstOrDefault() when we have the primary key in Entity Framework Core?

After update to .NET 9: Services for database providers 'SqlServer', 'InMemory' have been registered in the service provider

Part of LINQ query to seperate method (EF Core)