Search code examples
Inability to use "MaxBy" on "Where" clauses with EFCore + MySQL...


c#mysqldynamic-linqef-core-6.0

Read More
EF Core 6 automatically add navigation property...


c#entity-framework-coredomain-driven-designef-core-6.0

Read More
Many-to-Many Entity Framework Core 6 (junction table not generated)...


c#entity-framework-coremany-to-manyasp.net-mvc-scaffoldingef-core-6.0

Read More
How to Convert SQL query to LINQ (to get last record each bookingStatus)...


c#linqef-core-6.0

Read More
"Update" migration scripts for Entity Framework Core 3.1.8 to 6.0.4...


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

Read More
No Coercion Operator between list and read only collection when try to add entity to DbSet...


c#.net-6.0ef-core-6.0

Read More
How to map a method to a SQL function?...


c#entity-framework-coreasp.net-core-mvcef-core-6.0

Read More
What are the default precision and scale for floating point types in EF core 6?...


entity-framework-coreef-core-6.0

Read More
C# Dictionary elementSelector struggles with implicit IEnumerable cast...


linqef-core-5.0c#-9.0ef-core-6.0

Read More
MVC Core 6 and EF 6 Database First Scaffolding...


asp.net-core-mvcasp.net-core-6.0ef-core-6.0

Read More
EF Core DbContext in Azure Functions with Repository...


c#entity-frameworkentity-framework-coreazure-functionsef-core-6.0

Read More
LINQ query throws client side evaluation error...


c#linqentity-framework-coreef-core-6.0

Read More
Get a Navigational properties with generic Repository Base class...


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

Read More
LINQ join: selecting the last records in a one-to-many relationship...


c#sqllinq.net-coreef-core-6.0

Read More
Use EF Core 6 "dotnet ef dbcontext scaffold " generates context, but there is no ExecuteSq...


entity-framework-coreef-core-6.0

Read More
Expression Tree - Clone and Change Types of MethodCalls, Lambdas (Parameters, Return Types, Anonymou...


c#entity-framework-coreexpression-treesef-core-6.0

Read More
Entity Framework Projection translation failure GroupBy...


sql-serverentity-frameworkentity-framework-coreef-core-6.0

Read More
Exposing a Navigation as a different type in EF Core 6.0...


.netentity-framework-coreef-core-6.0

Read More
Another instance with the key value '' is already being tracked in 1:n relationship...


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

Read More
Unable to create migrations on EF Core 6...


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

Read More
Sorting Primary Entities on Properties of Doubly-Nested Entities...


c#asp.net-mvcentity-framework-corelinq-to-entitiesef-core-6.0

Read More
EF Core : expression trees - GroupJoin transform to SelectMany dynamically...


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

Read More
NET Core 6.0 : Is possible to create generic methods to get a List<T> from EF Core?...


c#entity-framework-coreef-core-6.0

Read More
Parameterized Raw SQL Update not working in EF Core...


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

Read More
UseLazyLoadingProxies codefirst null navigation property only after database creation...


sqlitelazy-loadingcode-firstef-core-6.0

Read More
What is the equivalent of entityEntry.Metadata.DefiningNavigationName() in EF Core 6?...


c#entity-framework-coreef-core-5.0ef-core-6.0

Read More
EF Linq include last...


c#linqef-core-6.0

Read More
Error "Database operation expected to affect 1 row(s) but actually affected 0 row(s)" when...


c#entity-frameworkentity-framework-coreef-core-6.0

Read More
ArgumentException thrown When GroupJoin is applied on a DbSet as a first join and NOT when applied a...


entity-framework-corelinq-to-entitiesef-core-6.0

Read More
Self-referencing zero or one to many (0-1 -> N) relation in Entity Framework Core 6...


c#entity-framework-coreone-to-manyself-referencing-tableef-core-6.0

Read More
BackNext