Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework and Repository Pattern (problem with IQueryable)

LINQ Dynamic Query Library

How to force EF Code First to query the database?

Entity Framework many-to-many self-reference

entity-framework-4

ASP.NET MVC /Entity Framework Error - Invalid column name 'Environment_Id'

Where is EntityConfiguration and ContextBuilder in Visual Studio 2010?

EF4 and Connection String

Entity Framework NullReferenceException calling ToList?

Many to many relationship with junction table in Entity Framework?

How to change the schema via connection string when connecting to Oracle using Entity Framework?

EF4 cross database relationships

EF4 - Data not getting refreshed/updated

How to add SQL user-defined function to entity framework?

Entity Framework Dead Lock Victim on Read Only Statements

Entity, dealing with large number of records (> 35 mlns)

Cascading delete in Entity Framework

Extending Type Safety to prevent dirty data coming from being used against functions that require "clean" data [closed]

Mapping of stored procedures is all-or-nothing in Entity Framework? (FunctionMapping)

How to set up a many-to-many relationship in Entity Framework designer thingy

Retrieving entity from context after Add() yet before SaveChanges() has been called