Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

How do I get Entity Framework to only update the Properties modified in the SQL generated?

Removing select N+1 without .Include

EF/LINQ How to include child entities when there is a bidirectional relation

Linq to Entities and LEFT OUTER JOIN issue with MANY:1 relations

Many to many ordered by count of relationship (Entity Framework, Linq)

OrderByDescending with Skip and Take in LINQ shows error

best practise/way for master detail / multi table Insert in Entity Framework

How to combine inner join and left join in Entity Framework

How is the performance of entity framework 4 vs entity framework 3.5?

MS CRM 2011 CrmSvcUtil gives error

Linq to Entities, Table per Type and Nullable Foreign Key Relationships

What is the best way to cast each item in a LINQ to Entities query to an interface?

Ugly LINQ statement, a better way?

c# .net linq linq-to-entities

Entity Framework 5.0 Benchmark Test

Unable to create a constant value of type 'Anonymous type'

How to reuse a field filter in LINQ to Entities

Linq-to-Entities Left JOIN

Entity Framework Algorithm For Combining Data

Convert SQL query to LINQ