Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Unable to cast object of type 'System.Linq.EnumerableQuery`1[Entities.Test]' to type 'System.Data.Objects.ObjectQuery`1[Entities.Test]'

Fill a list of objects with LINQ

LINQ query in EF - many to many and a cross join

Concatenated Where clause with array of strings

System.String[] Split(Char[])' method unrecognized

Is there any way to optimize this LINQ to Entities query?

LINQ 2 Entities , howto check DateTime.HasValue within the linq query

LINQ to Entities - cannot cast 'System.DateTime' to type 'System.Object' in orderBy

LINQ to Entities - Dynamic select for specify columns

LINQ to SQL query has wrong values in results

EF orderby / thenby combo extension method

Linq to Entities subquery to fill array?

Linq Navigation Properties complex where ID in (select id from...)

Adding to the Where clause of an Update in LinQ-to-Entities

Is it possible to update a sql database schema from an edmx in Visual Studio 2008?

Entity Framework + MySQL - Why is the performance so terrible?

How do I add a navigation property for a Entity Framework Complex Type

Linq to entities - searching in EntityCollection navigation properties

Displaying data from multiple tables in a view as a list - ASP.Net MVC

Joining three tables and using a left outer join