Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework 4 Single() vs First() vs FirstOrDefault()

Entity Framework 4 - AddObject vs Attach

Entity Framework Join 3 Tables

The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties

How to include a child object's child object in Entity Framework 5

The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid

Entity Framework 4 / POCO - Where to start? [closed]

The object 'DF__*' is dependent on column '*' - Changing int to double

What's the difference(s) between .ToList(), .AsEnumerable(), AsQueryable()?

How to update only one field using Entity Framework?

What effect(s) can the virtual keyword have in Entity Framework 4.1 POCO Code First?

The model backing the <Database> context has changed since the database was created

Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths - why?

Entity Framework Timeouts

EF Migrations: Rollback last applied migration?

There is already an open DataReader associated with this Command which must be closed first

Validation failed for one or more entities. See 'EntityValidationErrors' property for more details [duplicate]