Search code examples
Compatible DbSet...

c#entity-frameworkentity-framework-core

Read More
EF One-to-One Update fails...

c#entity-frameworkentity-framework-6

Read More
The instance of entity type 'IngredientEntity' cannot be tracked because another instance wi...

c#asp.nettypescriptentity-framework

Read More
TypeLoadException with DbContext...

c#asp.net-mvcentity-framework

Read More
UpdateRange method of Entity Framework Core does not work...

entity-frameworkasp.net-coreentity-framework-core

Read More
EF Migrations: Rollback last applied migration?...

entity-frameworkentity-framework-4database-migrationentity-framework-migrations

Read More
How to insert data into a code-first database with a SQL script?...

postgresqlentity-framework

Read More
SQL server view return different results in Entity Framework...

.netvb.netentity-frameworkentity-framework-6sql-view

Read More
OnModelCreating vs DataAnnotations for Database Configuration...

c#entity-frameworkpoco

Read More
Include both COUNT(*) and Sum(X) in a single async query Entity Framework...

c#asp.net-mvcentity-frameworkasp.net-mvc-5

Read More
EF Core Tracking Issue .NET9...

.netentity-frameworkentity-framework-core

Read More
How to mark identity column properly with Entity Framework 6.1?...

.netsql-serverentity-frameworkentity-framework-6.net-4.6

Read More
Sort enum column based on language...

c#entity-framework

Read More
Entity Framework vs Direct Data Access...

c#asp.netentity-frameworkado.net

Read More
Attempted to update or delete an entity that does not exist in the store...

c#entity-framework.net-coreef-core-3.0

Read More
EFCore SelectMany - InvalidOperation Error...

entity-framework.net-core

Read More
Delete a single record from Entity Framework?...

c#sql-serverentity-framework

Read More
Multiple database in one transaction in Entity Framework...

c#asp.net.netentity-frameworktransactions

Read More
How to achieve message deduplication when using MassTransit with postgres transport and EF Core for ...

postgresqlentity-frameworkentity-framework-coremasstransit

Read More
Anyway to require EF Core to use two queries for related data instead of 1 or N+1?...

c#.netdatabaseentity-frameworkentity-framework-core

Read More
C# check if element(s) from CSV exist in database list...

c#databaseentity-frameworklinq

Read More
How to make this EF Linq method syntax query more readable...

c#entity-frameworklinq

Read More
Generic Repository in C# Using Entity Framework...

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

Read More
How do i convert a int to an enum and a string using automapper and int from DB...

c#entity-frameworkautomapper

Read More
Entity Framework - Validation of Foreign Keys...

c#entity-frameworkentity-framework-6

Read More
How do I clear tracked entities in entity framework...

c#entity-framework

Read More
How to fix the "system cannot find the file specified" error in ASP.NET MVC and SQL Server...

sql-serverasp.net-mvcentity-framework

Read More
Why is there no update equivalent to WillCascadeOnDelete?...

c#.netentity-frameworkef-code-first

Read More
LINQ Does not contain a definition for 'union'...

c#sqlasp.netentity-frameworklinq

Read More
Entity Framework AsNoTracking() together with IDbContextScopeFactory.CreateReadOnly()...

c#entity-framework

Read More
BackNext