New posts in entity-framework

How can I use use Entity Framework to do a MERGE when I don't know if the record exists?

What's the difference between <TargetFramework> and <RuntimeFrameworkVersion>?

Strongly-Typed ASP.NET MVC with ADO.NET Entity Framework [closed]

specify a different name for table|column name in EF4

EF5 Getting this error message: Model compatibility cannot be checked because the database does not contain model metadata

NSubstitute DbSet / IQueryable<T>

Changing Namespaces in Entity Framework

How to use LINQ Query Syntax to populate a GridView in C#

Optimize entity framework query

`from..where` or `FirstOrDefault` in LINQ

How to avoid Query Plan re-compilation when using IEnumerable.Contains in Entity Framework LINQ queries?

ADO.NET Entity Framework tutorials [closed]

How to use Entity Framework Power Tools in Visual Studio 2015?

Creating dynamic queries with entity framework

Repository Pattern, POCO, and Business Entities

Group by Weeks in LINQ to Entities

How to find an identity of the last inserted row in Entity Framework?

Entity Framework Code First Using Guid as Identity with another Identity Column

Updating your edmx to reflect changes made in your db (.net linq-to-entities)

How should I set up my integration tests to use a test database with Entity Framework?