Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-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

How to pluralize collections when performing scaffold dbcontext?

EF Core QueryExpressionInterceptor for DayOfWeek

Writing custom Entity Framework function with IMethodCallTranslator

How does EF Core determine which parametrized entity constructor to use?