New posts in entity-framework-4.1

Get a list of elements by their ID in entity framework

Get Auto Identity Key after Insert via EF

Entity Framework: Querying Child Entities [duplicate]

Multiple Primary Key with asp .net mvc 3

Implementing one-to-zero-or-one relation in SQL Server

Set database collation in Entity Framework Code-First Initializer

What is the difference between IDbSet.Add and DbEntityEntry.State = EntityState.Added?

Can you create sql views / stored procedure using Entity Framework 4.1 Code first approach

EF 4.1 loading filtered child collections not working for many-to-many

Enums with EF code-first - standard method to seeding DB and then using?

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

Ramifications of DbSet.Create versus new Entity()

EF Code First DBContext and Transactions

EF ICollection Vs List Vs IEnumerable Vs IQueryable

How to update not every fields of an object using Entity Framework and EntityState.Modified

Entity Framework Code First : Setting up One-To-One foreign key association using Annotations

How do I define a database view using Entity Framework 4 Code-First?

Entity Framework 4.1 default eager loading

Entity Framework 4.1 InverseProperty Attribute and ForeignKey

How do you ensure Cascade Delete is enabled on a table relationship in EF Code first?