Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

No SaveChanges Method on IConfigurationDbContext with Identity Server 4

EF Core seeding mechanism isn't working with relationships

Unable to get correct DbContext reference in ASP.NET Core action filters

Should I remove async/await in repository methods if I'm just returning a Task?

SQLQuery fails when using string interpolation, how can I read the response?

Rollback transaction throws "There is already an open DataReader associated with this Command..." error