Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Using DbGeography Tyes with Entity Framework 7 and vNext

EF6: Modifying an entity property with a foreign key relation - Do I need to change the Id or the related object or both?

Entity Framework 6 auto compiled queries

c# entity-framework

EF7 - Custom column name for HasOne relationship

Object reference not set to an instance of an object in Razor View [duplicate]

EF relation one-to-two

EF - "Update-Database" causing Sequence contains more than one element

c# .net entity-framework linq

How to return a value from a stored procedure to EF

Connection leak in Entity Framework

EF5 can not handle Concurrency when Updating selective fields

Use .Contains() in EF 6

Conditionally Include and ThenInclude

Create a pseudo foreign key on a view using entity framework

Trying to install EF Core with Portable Class Library targeting .Net 4.6.1

How to mock Entity Framework in a N-Layer Architecture

Web API with Unity IOC - How is my DBContext Dependecy resolved?

How to apply WHERE condition to EF .Include() when building up EF query

c# .net entity-framework

Automapper with EF Navigation Properties

Serialize one to many relationships in Json.net

When should I use a CompiledQuery?