Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

ADO.NET DbContext Generator vs. ADO.NET Poco Entity Generator (ObjectContext)

How to specify database name in Code First?

Is DbContext the same as DataContext?

Entity Framework mergeoption notracking bad performance

Entity Framework Code First AddOrUpdate method insert Duplicate values

c# .net entity-framework-4

Disable lazy loading by default in Entity Framework 4

How to include ampersand in connection string?

Entity Framework Code First Fluent Api: Adding Indexes to columns

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?