Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Proper method of navigation to generically-defined entity

How do I have class properties (with navigational props) as entity properties? Complex types won't do

Specify Azure SQL server edition in EF Core without breaking local development

EF in real life, I want to believe (Does anyone have good pointers to non-trivial EF 1.0(3.5) or 4.0 examples?)

asp.net entity-framework

Entities framework mapping association between view and table

c# entity-framework

Entity Framework 4 Table Per Hierarchy - How To Define Navigational Properties On Children?

Entity Framework 4 - Get generated SQL for Updates/Inserts

Entity Framework Code First: How to map private fields?

Entity Framework Code First and Collections of Primitive Types

Problems using TPT (Table Per Type) in EF 4.2 and deletion of parent objects

entity-framework

How to affect the column order with Entity Framework Code First Migrations

Top per group: Take(1) works but FirstOrDefault() doesn't?

code first auto gen proxy class navigation and collection properties are null

Eager load on polymorphic child object property

Visual Studio 2013 ADO.net entity model does not have Oracle data source

Trouble with Entity Framework Linq Query: runs instantly in SSMS and 8-10s in EF LINQ

Code First Migration Seed Error: The binary operator Equal is not defined for the types 'System.Nullable`1[System.Int32]' and 'System.Int32'

Multiple database migration in one go

How to stop EF Core from indexing all foreign keys

EFCore - How to have multiple navigation properties to the same type?