Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Best approach to share Entity Framework model between application layers

Visual Studio 2013 and Entity Framework

Unit of Work with Repository Pattern MVC 5 & EF 6 [closed]

Using npgsql 12 and ef 6 together - have anyone succeeded with it?

Entity Framework 6 Code First - Custom Type Mapping

FirstOrDefault call in entity framework is cached but database is changed

Database first automatic class causes CA2214: Do not call overridable methods in constructors

c# entity-framework

How to name foreign keys with database first approach

Customised IdentityUserRole primary key

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