Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Using SQL Server 2008 R2 with Visual Studio Express

Are nullable foreign keys allowed in Entity Framework 4?

How do I get Entity Framework to only update the Properties modified in the SQL generated?

How to create read-only entity in Entity Framework?

entity-framework orm

Entity Framework: Tracking changes to FK associations

C# Clone System.Data.Entity.DynamicProxies to the actual (non proxied) class? [duplicate]

extend linq to entities to recognize custom methods

Removing select N+1 without .Include

LINQ-to-Entities with 8-bit ASCII data

EF migration to Oracle

EF/LINQ How to include child entities when there is a bidirectional relation

SQL Server 2005 doing full table Sort before Index Scan

Using computed DateTime columns in Entity Framework

Uni-directional one-to-many relationship with Code First

Using my own domain model objects with .edmx in Entity Framework

How do you seed data with Entity Framework Database First approach?

Dynamically change data annotation in dynamic data project

Table-overlapping Database Context in Entity Framework 6 Code First

Where to find .csdl, .ssdl, and .msl files in Entity Framework 4.0 code first?

Where to subscribe to ObjectMaterialized using EF6?