Search code examples
I have an issue passing the correct data to my database...


c#asp.net-coreentity-framework-coreasp.net-core-webapi

Read More
SQL query with Entity Framework high logical reads...


sql-serverentity-framework-coreef-core-9.0

Read More
EF Core reads stale data / caching...


c#entity-framework-core

Read More
How to call ThenInclude twice in EF Core?...


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

Read More
Implementing a LINQ Expression Visitor to Remove Pagination...


.netlinqentity-framework-corelinq-expressionsexpressionvisitor

Read More
Compare Equality Of Owned Properties...


c#.netentity-framework-coreowned-types

Read More
How to map struct[] to db with EfCore...


c#sql-serverentity-framework-coremappingdouble-array

Read More
Unable to create migrations after upgrading to ASP.NET Core 2.0...


c#asp.net-coreasp.net-core-mvcentity-framework-coreasp.net-core-2.0

Read More
PATCH when working with DTO...


c#restasp.net-coreentity-framework-corejson-patch

Read More
EF Core ExecuteUpdateAsync IQueryable using a join...


c#.net-coreentity-framework-core

Read More
Ef Core: ToHashSetAsync()...


c#.net-coreentity-framework-core

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


c#entity-framework-coreef-core-8.0

Read More
UseSqlServer is not defined in DbContextOptionBuilder...


c#entity-framework-corevisual-studio-2015

Read More
in entity framework code first, how to use KeyAttribute on multiple columns...


entity-frameworkentity-framework-coreentity-framework-4.1code-first

Read More
Why does MaxLength(10) revert to varchar(1) in Entity Framework Core 7?...


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

Read More
Entity Framework Core and SQLite: 'attempt to write a readonly database'...


sqliteentity-framework-coremauisqlcipher

Read More
Entity Framework Core tries to insert non-existent column 'PecaIdPeca' even with explicit ma...


c#asp.net-coreentity-framework-core

Read More
How to build a Web Service (Web Setup Project) with Pomelo.EntityFrameworkCore.MySql.dll without it ...


c#visual-studioentity-framework-core.net-7.0pomelo-entityframeworkcore-mysql

Read More
The seed entity for entity type 'X' cannot be added because the was no value provided for th...


c#entity-framework-coreentity-framework-core-2.1

Read More
Add-Migration Value cannot be null. Parameter name: language...


c#entity-framework-coreentity-framework-core-migrations

Read More
EF Core doesn't map foreign keys properly when creating new entities...


postgresqlentity-framework-core

Read More
EF Core 6 Decimal precision warning...


entity-framework-core

Read More
npgsql call jsonb_path_exists on string mapped jsonb...


c#entity-framework-corejsonbnpgsql

Read More
How to rollback EF 7 migrations programmatically?...


c#entity-frameworkunit-testingdatabase-migrationentity-framework-core

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


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

Read More
DbContext timeout while running linq query...


c#linqasp.net-coreentity-framework-coreasp.net-core-mvc

Read More
EF Core dirty check before save entity...


c#entity-frameworkentity-framework-core

Read More
What is the recommended way for applying EF Core 9's UseSeeding in Non-Local Environments?...


c#.netentity-framework-core

Read More
.NET Core / Entity Framework Core not updating, seemingly referencing a migration history database e...


c#asp.net-coreentity-framework-coreentity-framework-migrations.net-8.0

Read More
Is there any better way to add the dbcontext to an ASP.NET Core MVC controller?...


c#asp.net-coreconstructorentity-framework-core

Read More
BackNext