Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Include foreign key in composite primary key in Code-First Entity Framework

Can you exclude reverse navigation properties in EF when eager loading?

Entity Framework Non Identity - Cannot insert the value NULL into column 'ID'

Entity Framework Core (7): load single entity by id

How to delete a list of objects in EF6 when the object is detached from the context

Connect to PostgreSQL database using EntityFramework 6 (C#)

Behaviour when including the same field twice in entity framework linq

c# entity-framework linq

LINQ to Entities does not recognize the method 'Boolean Exists(System.Predicate`1[Entities.Connection])' method

UseInMemoryDatabase with UseInternalServiceProvider. No database provider configured

EF Core how add Primary Key

c# entity-framework

How to make generic function using LINQ?

Fluent Api Entity Framework core

CRUD operations with EntityFramework using generic type

Translating Insert into Select to Entity Framework

c# sql entity-framework

LINQ to Entities does not recognize the method ,and this method cannot be translated into a store expression

Derived Types in Entity Framework

Generic method for updating EFCore joins

Entity Framework Core; using ORDER BY in query against a (MS) SQL Server

NUnit Entity Framework integration test dependency injection issue with .NET Core

Turning off shadow property generation