Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Unable to cast object of type '<>f__AnonymousType1`2 [System.Int64,System.String]' to type 'ConsoleApplication1.Profile'.

c# linq-to-entities

extract one column from a var using linq

c# linq-to-entities

DateTime Add calculation inside Linq to entities query

c# linq-to-entities

LINQ to Entities using the SQL LIKE operator

How to perform multiple Linq to Entities orderings dynamically

Linq query runs in a fraction of a second, but .ToList() takes 3.5 seconds

Data projection in Entity Framework and Automapper [duplicate]

Linq to entities Left Join

Linq 2 SQL or Linq Entities

LINQ to Entities query takes long to compile, SQL runs fast

Query returning nothing when there is data in the database

Initial performance issue with LINQ to Entities when using TPH & complex types, Pregen Views seem to do nothing?

Using Where( Expression<Func<T, bool>> ) in IGrouping

c# linq linq-to-entities

Selecting Consecutive Entries with LINQ to Entities

How to convert Linq.ParallelQuery to Linq.IQueryable

EntityFunctions.TruncateTime alternative when using EF CTP5 with Sql Server Compact Edition 4.0