Search code examples
Querying a custom type with Database.SqlQuery<T> in EF Core 7.0...


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

Read More
Efficient way to delete/update entities in EF Core 7 by a list of conditions...


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

Read More
Migrations creates extra keys and indexes...


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

Read More
EF Core migrationBuilder.AlterColumn change existing values...


c#entity-framework-coreef-core-7.0

Read More
LINQ expression translation issue with GroupBy and where...


c#linqentity-framework-coreef-core-7.0

Read More
ExecuteUpdateAsync: Could not be translated...


sql-serverentity-framework-core.net-7.0bulkupdateef-core-7.0

Read More
dotnet ef update database : A connection was successfully established with the server, but then an e...


sql-serverentity-framework-coresqlclientef-core-7.0

Read More
INNER JOIN doesn't work based on 1 to 1 relationship with non nullable FK...


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

Read More
Using a MAX aggregate in an Entity Framework/LINQ query...


c#linqentity-framework-coreaggregate-functionsef-core-7.0

Read More
Generated SQL from Linq GroupJoin is ignoring all conditions...


linqentity-framework-coreef-core-7.0

Read More
Conversion of EF Core collection to CSV or null...


c#entity-framework-coreef-core-7.0

Read More
Get Average of TimeSpans with EF Core...


c#linq.net-coreentity-framework-coreef-core-7.0

Read More
How to set null in update with ef core 7 ExecuteUpdateAsync SetProperty...


c#ef-core-7.0

Read More
ExecuteUpdateAsync with query on the new value...


c#.netentity-framework-coresql-updateef-core-7.0

Read More
Add Or Update EF Core7...


c#.net-6.0dbcontextef-core-7.0

Read More
Ambiguity on EF.Functions Using EF Core 7...


c#.net-7.0ef-core-7.0

Read More
Client evaluation in top-level EF Core projection...


c#linq.net-coreentity-framework-coreef-core-7.0

Read More
EF Core 7.0 (PostgresSQL) build IQueryable with RowNumber concept...


c#postgresqllinq-to-entitiesef-core-7.0

Read More
Typecasting issue when using EF.CompileAsyncQuery with Func in C# for returning nullable type...


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

Read More
EF Core QueryExpressionInterceptor for DayOfWeek...


c#entity-framework.net-coreentity-framework-coreef-core-7.0

Read More
How do we tie an expensive SQL Server query back to the part of C# / EF Core code that generated it?...


c#sql-serverentity-framework-coreazure-sql-databaseef-core-7.0

Read More
How to use OwnsOne and OwnsMany function in EF Core 7 to store an array of string json in a column?...


c#jsonentity-framework-coreef-core-7.0

Read More
Project EF Core 7 result to named tuple...


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

Read More
How do I make EF Core 7 query with multiple navigations/levels efficient with AutoMapping to Dto?...


c#entity-framework-coreasp.net-core-webapiautomapperef-core-7.0

Read More
C# Entity Framework Core - LINQ check the presence of one array in another...


c#sql-serverlinqentity-framework-coreef-core-7.0

Read More
EF Core: Unable to translate set operation after client projection has been applied...


entity-framework-coreef-core-7.0

Read More
Interceptor for ExecuteUpdate crashes when trying to SetPropertyCall with string variable...


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

Read More
Id could not be removed when attached multiple entities with the same Id...


c#winformsef-core-7.0

Read More
EF Core 7.0 Error: "Add the entity seed to 'X' and specify the foreign key values"...


c#.net-coreentity-framework-coreef-core-7.0

Read More
Why can't EF translate this Expression when it's derived from a virtual property?...


c#asp.net-coreentity-framework-coreexpression-treesef-core-7.0

Read More
BackNext