Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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)

Does Entity Framework Core have connection resiliency configured by default?

Compare ComplexType EFCore in Where clause

Azure Functions on .Net 8 with Entity Framework Core

visual studio 2022 .NET 6 Scaffolding doesn't work when DbContext is in a separate project

EF Core: How to reuse same expression in different query contexts