Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Are LINQ to Entites 4.0 Queries Compiled By Default?

c# linq linq-to-entities

LINQ with joins and a List<GUID>

How to use Include and Anonymous Type in same query in Entity Framework?

Alternative to using IList.Contains(item.Id) in Entity Framework for large lists?

Recommend a fitting LINQ provider to me (SQL server, complex queries)

EF4 Unable to cast concrete type to interface

Linq to entities: new Guid("") for anonymous type creation vs select

Implementation of List<T> is losing the ordering on the original query

Query Extension for LINQ

c# linq-to-entities

Linq to NHibernate wrapper issue using where statement

Convert string to int in LINQ to Entities?

EntityFunctions.CreateDateTime issue with leap Year in linq to entity

Linq: Sort by Date when its stored as text

Is it possible to modify an IQueryable expression manually

Dynamic LINQ (to entities) Where with nullable DateTime column

Refactor LINQ to SQL/Entities Query with many subqueries

Linq Query, messed up where clause in method

Entity framework - select by multiple conditions in same column - Many to Many

Include nested entities using LINQ

The method 'Skip' is only supported for sorted input in LINQ to Entities

c# linq-to-entities