Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Adding properties to nested objects during JSON serialization of EF model

How do I fix problems when importing an Oracle database into an Entity Framework model using ODAC 12c Release 4 and EF 6?

EF Migration for Universal Windows Platform

c# entity-framework uwp

Is it possible to use EntityFramework with MemSQL?

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

Serialize one to many relationships in Json.net

When should I use a CompiledQuery?