Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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?

Global query with custom join

entity-framework-core

MAUI: Add-Migration -> Startup project targets platform 'Android'. The Entity Framework Core .NET Command-line Tools don't support this platform

Dereference of a possibly null reference in Entity Framework 6 query

Error projecting from a grouped linq query

Entity Framework Core how to make Any Async?

c# entity-framework-core

Pull data from multiple tables in one SQL query using LINQ and Entity Framework (Core)