Search code examples
Prevent synchronous API usage with EF Core...


c#entity-framework-coreef-core-3.1

Read More
Azure Cosmos DB (EF/Core) - Camel Case Property Names...


c#jsonentity-framework-coreazure-cosmosdbef-core-3.1

Read More
Is it ok to inject DbContext as singleton when there is only read operations?...


c#.netentity-frameworkef-core-3.1

Read More
Ef Core Global Query Filter Enable Disable Dynamically...


c#asp.net-coreentity-framework-coreef-core-3.1global-query-filter

Read More
Use both AddDbContextFactory() and AddDbContext() extension methods in the same project...


c#entity-frameworkdependency-injectionef-core-3.1ef-core-5.0

Read More
Do we need to explicitly call Rollback after a failed database transaction...


asp.net-coreef-core-3.1

Read More
InvalidOperationException: The LINQ expression could not be translated, even though I used ToListAsy...


linqasp.net-coreentity-framework-coreasp.net-core-3.1ef-core-3.1

Read More
How to make an EF Core query using Expression?...


c#ef-core-3.1

Read More
EF Core one-to-one relation returns one-to-many relation...


postgresqlasp.net-coreentity-framework-coreef-core-3.1

Read More
List of enums in EF Core...


listasp.net-coreenumsef-core-3.1

Read More
Can I clone DbContext from existing one?...


c#asp.net-core.net-coredbcontextef-core-3.1

Read More
EF Core query using String.Contains...


c#ef-core-3.1

Read More
.NET Core API: Invalid column name '__roleName_0' on upgrading to EF Core 3.1 on docker cont...


c#dockerasp.net-coreef-core-3.0ef-core-3.1

Read More
Drop table using SQL and to run migrations on EF Core...


asp.net-coreentity-framework-coreef-core-3.1

Read More
EF Core: SaveChanges() error when exactly 167 records...


entity-framework-coreef-core-3.1

Read More
Entity Framework Core duplicating records in many to many relationship...


many-to-manyef-core-3.1

Read More
Error "Failed to compare two elements in the array - At least one object must implement ICompar...


c#ef-core-3.1

Read More
How to disable optional dependent entities...


entity-framework-coreef-core-3.1

Read More
Constructing expression tree to call Any method on a IQueryable collection (nested query)...


.net-corelambdareflectionef-core-3.1

Read More
Blazor Live Search - A second operation started on this context before a previous operation complete...


c#entity-framework-coreblazoref-core-3.1

Read More
Entity Framework Core mapping columns to object...


c#.netlinqentity-framework-coreef-core-3.1

Read More
EF Core: Lazy-loaded navigations must have backing fields...


entity-framework-coreef-core-3.1

Read More
How avoid that EF Core 3.1 load related entities on where clause...


c#entity-framework-coreef-core-3.1

Read More
CreateAsync very slow on DbContent...


c#entity-framework-coreasp.net-core-3.1ef-core-3.1

Read More
Left join to empty data using linq...


c#mysqllinqef-core-3.1

Read More
How to apply joins on different context files...


c#databaselinqjoinef-core-3.1

Read More
How can I add multiple tables in .NET 6 using Include command...


c#linq.net-6.0ef-core-3.1

Read More
When called from 'VisitLambda', rewriting a node of type 'System.Linq.Expressions.Parame...


linqazure-cosmosdbc#-8.0.net-core-3.1ef-core-3.1

Read More
.Net core 3.x Keyless Entity Types avoid table creation...


c#entity-framework-coreef-core-3.0ef-core-3.1

Read More
Duplicate foreign keys and columns being created for an id EF Core 3.1...


c#ef-fluent-apief-core-3.1

Read More
BackNext