Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Receive Dictionary<int, string> from linq to entity?

The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'

Is ToList required when using foreach with LINQ to Entities

LINQ to Entities projection of nested list

LINQ to Entities -- OrderBy().ToList() vs. ToList().OrderBy()

C# - LINQ - shortest distance by GPS latitude and longitude

How to chain alternative conditions in where clause in Entity Framework

Saving changes/updating existing object in dataset with Entity FrameWork and not have to set each property individually

Linq-to-Entities: LEFT OUTER JOIN with WHERE clause and projection

Workarounds for using custom methods/extension methods in LINQ to Entities

How to do LEFT JOIN in LINQ to Entities?

.net linq linq-to-entities

LinQ max Date in one Query Optimized

Does using a lambda expression passed into a method slow down an Entity Framework query?

How can I create a conditional where clause using LINQ [duplicate]

Dynamically build select list from linq to entities query

LINQ To Entities and Lazy Loading

Cast linq results to List<MyInterface>

Libraries for ADO.NET to rapidly bulk insert data into a database from a .csv file?

How to use scalar-valued function with linq to entity? [duplicate]

How to handle no results in LINQ?