Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

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

Can we control LINQ expression order with Skip(), Take() and OrderBy()

Ef Linq queries timed out, but same queries less than 1 second on SSMS

Is there a simple way to write a custom function in LINQ to Entities?

LINQ to Entities does not support extension method?

Linq to entities : Unions + Distinct

How to call Scalar-valued function from LINQ to Entities server-side

Return input type of generic with type constraint in LINQ to Entities (EF4.1)

LINQ to Entities and SQL Injection

Entity Framework subquery

Entity Framework 4.1 Linq Contains and StartsWith

linq to entities doesn't recognize a method

Can I use an extension method inside a LINQ query?

c# linq-to-entities

Why does this combination of Select, Where and GroupBy cause an exception?

Only primitive types ('such as Int32, String, and Guid') are supported in this context

c# linq-to-entities

LINQ to Entity, joining on NOT IN tables

sql linq-to-entities