Search code examples
How to add the as-if navigation property defined by the external parameter?...


c#entity-framework-coreef-core-8.0

Read More
Can auto-mapper transform the record into the single string value?...


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

Read More
How to get the list of attribute codes for each item?...


c#asp.net-coreentity-framework-coreef-core-8.0

Read More
How to conditionally compose the EF from parts?...


c#entity-framework-coreef-core-8.0

Read More
Multiple SUM issue with EF SQL...


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

Read More
Entity Framework Core is using literal values instead of parameters. Do I need to worry for SQL inje...


c#entity-framework-coresql-injectionef-core-8.0

Read More
Entity Framework Core generates unnecessary SELECT after INSERT with Informix - How to disable?...


c#entity-framework-coreinformixef-core-8.0

Read More
JSON column mapping – navigation property throws NullReferenceException...


c#jsonentity-framework-coresql-server-2019ef-core-8.0

Read More
An exception of type 'System.InvalidOperationException' occurred in System.Private.CoreLib.d...


c#asp.net-mvcasp.net-coreentity-framework-coreef-core-8.0

Read More
Nested owned types in combination with record types...


c#entity-framework-coreef-core-8.0

Read More
EF Core config for backing field duplicates navigation property...


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

Read More
EF Core config for optional complex type with required properties...


.netentity-framework-coreef-core-8.0

Read More
Linq2Db update MissingMethodException...


c#entity-framework-corebulkupdatelinq2dbef-core-8.0

Read More
The LINQ expression could not be translated when using MaxBy...


c#postgresql.net-coreentity-framework-coreef-core-8.0

Read More
LINQ way to unnest arrays...


c#postgresqllinqentity-framework-coreef-core-8.0

Read More
EF Core 2.1 to EF Core 8/.NET 8 migration: Why does this EF Core InMemory query generate a 'Null...


linqentity-framework-corenullableef-core-2.1ef-core-8.0

Read More
.NET 8 & SQL Server 2016 - Contains() throws error...


sql-serverasp.net-coreentity-framework-core.net-8.0ef-core-8.0

Read More
Stored procedure with multiple parameters in EF Core 8...


sql-serverasp.net-core-mvcef-core-8.0

Read More
Entity Framework Core 8 Where IN vs Where IN OPENJSON...


c#entity-framework-coresql-server-2017ef-core-8.0

Read More
EF Core multitenancy, different schema. EF Core does not change the table schema when the API is at ...


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

Read More
Writing a custom "add shadow PK" convention...


c#entity-framework-coreef-core-8.0

Read More
Mapping ICollection<string> to JSON column in EF Core 8...


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

Read More
How to Mock EntityEntry in EF Core?...


unit-testingentity-framework-coremockingmoqef-core-8.0

Read More
How can I get EF Core 8.0 / ASP.NET Core 8.0 Web API to save to a table that has an insert trigger?...


asp.net-core-webapisql-server-2022ef-core-8.0

Read More
Value object with linq cannot do contains method...


linqentity-framework-core.net-8.0ef-core-8.0

Read More
EF8 handling string nullability: required, set vs init...


.netasp.net-coreentity-framework-core.net-8.0ef-core-8.0

Read More
EF Core, one to many relationship, one table referencing multiple tables...


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

Read More
How to reduce the no. of columns on join when accessing a navigation property?...


c#entity-framework-coreazure-sql-databaseef-core-8.0

Read More
sqlcmd fails with Incorrect syntax near ';' after upgrading to .NET 8...


.netasp.net-coreentity-framework-coreazure-sql-databaseef-core-8.0

Read More
How to set ComplexTypes as primary key in EF Core...


c#asp.net-coreentity-framework-coreef-core-8.0

Read More
BackNext