Search code examples
EF Core 6: How to pluralize class names when running scaffolding...


c#.net-6.0ef-core-6.0

Read More
Why doe EF Core 6 validate Count(*) against null?...


c#postgresql.net-coreef-core-6.0

Read More
A named connection string was used, but the name 'DefaultConnection' was not found in the ap...


c#.net-coreentity-framework-core.net-6.0ef-core-6.0

Read More
Create a relationship between two classes with different property names...


c#.netentity-framework-coreef-core-6.0

Read More
How To Resolve Error: Required properties '{'Prop1', 'Prop2'}' are missing f...


c#.net-6.0ef-core-6.0

Read More
LEFT JOINs are not mapping in EFCore 6...


sqlsql-serverentity-framework-coreef-core-6.0

Read More
How to make linq query for grouped list based on a join condition of two table more efficient...


c#visual-studiolinqentity-framework-coreef-core-6.0

Read More
Duende Identity Server v6 throwing "WindowsCryptographicException: Key does not exist"...


c#identityserver4ef-core-6.0duende-identity-serverduende

Read More
Why does application start with dotnet ef migrations add?...


c#entity-framework-coreentity-framework-migrationsef-core-6.0

Read More
LINQ for "Outer Apply" / "Left Outer Join" kinda Query for PostgreSQL...


c#postgresqllinqef-core-6.0

Read More
How to disable EF Migration code first Default Value generation...


c#entity-framework.net-coreentity-framework-migrationsef-core-6.0

Read More
Map multiple C# entities to a single database table in EF Core 6...


entity-framework-core.net-6.0ef-core-6.0

Read More
Multiple ON conditions in JOIN using Fluent API...


c#sql-serverentity-framework-coreef-fluent-apief-core-6.0

Read More
How does caching work in Entity Framework?...


asp.net-corecachingentity-framework-coreef-core-6.0ncache

Read More
One to One Relationship Cascade deleting child also deletes the parent...


c#sql-serverentity-framework-coreef-core-6.0

Read More
how to write LINQ left outer join in method syntax?...


c#linqef-core-6.0

Read More
EF Core: Group By Failure - Translation of 'Select' which contains grouping parameter withou...


linqentity-framework-corelinq-to-entitiesexpression-treesef-core-6.0

Read More
Cannot use NodaTime's Instant.InZone with the DateTimeZone in a variable with Npgsql's Entit...


entity-framework-corenpgsqlnodatimeef-core-6.0

Read More
EF Core Shared Domain Project...


c#.net-coredatabase-designentity-framework-coreef-core-6.0

Read More
Linq cannot translate my groupby/ordering query...


c#linqef-core-6.0

Read More
Load only some elements of a nested collection efficiently with LINQ...


linqef-core-6.0

Read More
EF Core 6 scaffolding skips foreign key on tables with multiple references...


c#.netentity-framework-coreef-core-6.0

Read More
In Entity Framework Core 6, how to update a wide table without returning all columns to memory?...


c#performanceentity-framework-coredatabase-performanceef-core-6.0

Read More
EF Core 6 objects dont load parent or child entities...


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

Read More
EF Core DateTimeOffset...


c#sql-serverentity-framework-core.net-6.0ef-core-6.0

Read More
EF Core 6: parallelisation in dbContext...


.netef-core-6.0

Read More
Why does "dotnet ef migrations add" start my application?...


c#entity-framework-migrations.net-6.0asp.net-core-6.0ef-core-6.0

Read More
How to replicate SQL's ORDER BY NEWID() in ABP framework?...


c#linqentity-framework-coreabp-frameworkef-core-6.0

Read More
EF Core 6: generic method to select distinct fields from the list...


c#entity-framework-core.net-6.0expression-treesef-core-6.0

Read More
How to query on child records which are coming from `.Include`?...


c#ef-core-6.0

Read More
BackNext