Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Returning IQueryable vs. ObjectQuery when using LINQ to Entities

Why does Entity Framework generate slow overengineered SQL?

LINQ to Entities does not recognize the method 'System.String[] ToArray[String]

Equality comparison fails between C# datetime and SQL datetime

How to update an existing object's properties using LINQ to Entities?

What is the difference between these two LINQ queries?

Query for existence of an object with LINQ (to Entities)

.net linq linq-to-entities

Has Microsoft Fixed Linq to Entities Performance Problems in .NET 4.0?

Multiple Left Join LINQ-to-entities

Stored Functions with Linq to Entities

How to do an outer join in LINQ?

Return Only Child Entity Linq Entity Framework

Entity framework. Quering parent entity with subclass property loaded

Cannot convert type string to decimal in linq query

Selecting last record by linq fails with "method not recognised"

linq linq-to-entities

EF inserting duplicate row even when parent is attached

Using custom methods that return IQueryable in the LINQ to entities

Entity Framework - Include in sub query?