Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

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?

How to LINQ Distinct by Multiple Fields without anonymous types

c#-4.0 linq-to-entities

Efficient way to delete multiple rows with Linq to Entity?

c# linq-to-entities