Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF 4.1: Why does turning a constant into a variable result in extra sub query?

EF 4.1 Code Only?

trying to serialize and deserialize entity object in c#

Only initializers, entity members, and entity navigation properties are supported. (ASP.NET MVC and Entity Framework)

How to obtain the identity of an entity after calling SaveChanges() when the entity is mapped to stored procedures

Reattaching an entity graph and detecting collection changes

How to call a method in the where clause of a LINQ query on a IQueryable object

Understanding EF under the hood. Include vs Joins

Why doesn't using a nullable Guid work in this linq query?

Entity Framework Code First - MySQL - error can't find table

Autorun ELMAH database scripts

EF 4.3.1 with VS 2011

entity-framework edmx

Which LINQ query to select rows from 1 table that are not in another table

EF 4.1 Code First ModelBuilder HasForeignKey for One to One Relationships

bulk delete in entity framework

DataLoadOptions equivalent for LINQ to Entities?

Entity framework paging with extension method is slow?

Performing "atomic" operation "IncreaseIf" on database

Where clause on collection

Do EntityFramework collection properties need a setter