Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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

Entity Framework Core 5 (EF Core 5) and beyond - table name pluralization

c# entity-framework-core

EF Core modelbuilder not a valid expression fluent api

EF Core Dependents not deleted when severed from parent in optional relationship even with Delete Behavior Configured

StringComparison.InvariantCultureIgnoreCase cannot be translated while used in a LINQ query

Will my connections close automatically in .NET Core and EF Core or do I need to close them after executing my query?

How Do I Create a DbContextFactory Within a Blazor Background Service?

When does a DbContext instance get disposed in ASP.NET Core 5

Exclude properties for migrations [duplicate]

How to include only specific properties of navigation property into the query by entity framework when lazy loading disabled?