Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Would you use LINQ to SQL for new projects?

Using DateTime in LINQ to Entities

Is this LINQ statment vulnerable to SQL injection?