Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

.NET 6 Project builds successfully but won't build during any 'dotnet ef' command

System.Data.Entity is not available

Entity Framework Core: default value when migrating nullable column to required

How to update a detached object with a collection inside on EF Core?

Sync Migrations and continue CodeFirst after manual DB edit

Blazor Server and the Entity Framework. How to avoid multiple conflicting calls to the DB

Cannot access a disposed object for DbContext in .NET Core for Async method

Updating/inserting into a table with Always Encrypted columns using EF Core 5

How to avoid repeating property projections when using EF Core inheritance?

Running Postgres stored procedure with C#

ExecuteUpdateAsync: Could not be translated

How to get ValidFrom and ValidTo columns from temporal tables in Entity Framework Core?

Validate that EF Core ModelSnapshot, migrations, and actual database schema are consistent with each other

Using Fluent Api to set foreign key constraint in Entity Framework Core 2.1

change entity framework core code first migration name format

How to configure Automapper 9 to ignore Object-Properties if object is null but map if not null

EF Core 6 to 7 the collections no longer have setters

c# entity-framework-core

Automatically trim trailing spaces from query join clause with AsTracking - EF Core 7

Instantiate a DbContext in IntegrationTests

Different between DbContext.Find() and DbContext.SingleOrDefault() Entity Framework Core