New posts in entity-framework

Why is EF generating SQL queries with unnecessary null-checks?

EF 6.1 Unique Nullable Index

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

Problem with LINQ to Entities and String.StartsWith

update-database: "A network-related or instance-specific error occurred while establishing a connection to SQL Server"

Efficient way to do bulk insert/update with Entity Framework

Why SingleOrDefault result TOP(2) in SQL?

Can we have table without primary key in entity framework?

How do you create a visual model of EntityFramework code first

Dynamic table name in linq [duplicate]

Error-Attempt by method 'X.set_DbConnection(System.Data.Common.DbConnection)' to access method 'Y.get_Settings()' failed

Implement INotifyPropertyChanged on generated Entity Framework classes

Entity Framework CTP 4. "Cannot insert the value NULL into column" - Even though there is no NULL value

Entity Framework auto generate GUID

Join and Include in Entity Framework

DataContractSerializer Error using Entity Framework 4.0 with WCF 4.0

How can I disable model compatibility checking in Entity Framework 4.3?

How do I map a char property using the Entity Framework 4.1 "code only" fluent API?

IDbAsyncEnumerable not implemented

Entity Framework Vote of No Confidence - relevant in .NET 4? [closed]