Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

EF CodeFirst create non-clustered primary key index

Entity Framework DbContext SaveChanges() OriginalValue Incorrect

Entity Framework 4.2, Unable to set Identity Insert ON

Using the lambda Include method in a compiled LINQ query

Why the Left Outer join?

c# sql entity-framework-4.1

EF 4.1 Referential integrity error

EF 4.1 Code-first executes queries 3x slower than regular EF in my application

What is difference between HasRequired and HasOptional

entity-framework-4.1

Code first TPT and cascade on delete

EF Code First: Where can I find the SavingChanges Event?

Entity framework 4 - custom complex type mapping

Entity Framework 4.1 for large number of tables (715)

XML data type

Entity Framework 4.1 RC: Code First EntityTypeConfiguration inheritance issue

Getting Entities whose keys match list(or array) of ids

Attach entity in modified state without marking all properties dirty

MVC .Net Cascade Deleting when using EF Code First Approach

Transaction deadlocks, how to design properly?

Creating BiDirectional One - One relationship in Entity Framework 4.1 Code First

Why does the Entity Framework's DbContext.Find() generate a query with select top 2?