Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

An error occurred while saving entities that do not expose foreign key properties for their relationships

Ramifications of DbSet.Create versus new Entity()

Unit Testing DbContext

EF Code First DBContext and Transactions

EF ICollection Vs List Vs IEnumerable Vs IQueryable

Entity Framework 4.1 Virtual Properties

entity-framework-4.1

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

"Cannot drop database because it is currently in use". How to fix?

Generic Way to Check If Entity Exists In Entity Framework?

Unique key with EF code first

Is DbContext thread safe?

How to retrieve Data Annotations from code? (programmatically)

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

Should I enable or disable dynamic proxies with entity framework 4.1 and MVC3?

Why is .Contains slow? Most efficient way to get multiple entities by primary key?

Entity Framework - Is there a way to automatically eager-load child entities without Include()?

The type or namespace name 'Entity' does not exist in the namespace 'System.Data'

Why is inserting entities in EF 4.1 so slow compared to ObjectContext?

EF Code First: How to get random rows

Entity Framework Code First Date field creation