Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entityframework Mapping Issue

Unit testing Entity Framework 6 with IdentityDbContext

Entity Framework 6: Multicolumn unique index featuring navigation property

Method cannot be translated into a store expression syntax error

Entity Framework 6 - Entity classes get deleted when updating edmx, why is that? and what can I do to stop it?

c# .net entity-framework

Joining two tables with LINQ while also returning null records from the second table

How to apply an expression tree for IQueryable?

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