Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

what is the most reasonable way to find out if entity is attached to dbContext or not?

EF4 - The selected stored procedure returns no columns

Better way to query a page of data and get total count in entity framework 4.1?

LEFT JOIN in LINQ to entities?

The result of a query cannot be enumerated more than once

Entity Framework 4 mapping fragment error when adding new entity scalar

How to set CommandTimeout for DbContext?

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

EF Including Other Entities (Generic Repository pattern)

Check if there are any pending changes to be saved

The mapping of CLR type to EDM type is ambiguous with EF 6 & 5?

Why does the Contains() operator degrade Entity Framework's performance so dramatically?

How should I remove all elements in a DbSet?

c# .net entity-framework-4

Reducing Repositories to Aggregate Roots

Using Include in Entity Framework 4 with lambda expressions

Why am I getting this error: No mapping specified for the following EntitySet/AssociationSet - Entity1?

How do I find a specific table in my EDMX model quickly?

A dependent property in a ReferentialConstraint is mapped to a store-generated column

Update relationships when saving changes of EF4 POCO objects

Entity framework self referencing loop detected [duplicate]