Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Linq to Entity Join table with multiple OR conditions

Unable to sort with property name in LINQ OrderBy

I cannot get the output parameter when use function import by Entity Framework

LINQ to Entities joining on instance rather than id generates nasty SQL

join linq-to-entities

Seemingly infinite stack trace in EF 4.0 and poor query performance under load

Cannot assign void to an implicitly-typed local variable

big issue in converting string to datetime using linq-to-entities

Entity framework uses a lot of memory

How to merge two C# Lambda Expressions without an invoke?

Linq to Entities Distinct Clause

c# sql linq-to-entities

How to create a dynamic LINQ join extension method

Operator '==' cannot be applied to operands of type 'System.Guid' and 'string' in linq to entity

Calling a SQL User-defined function in a LINQ query

Entity Framework: Unable to create a constant value of type 'System.Collections.Generic.IList`1'

LINQ to Entities does not recognize the method 'System.String get_Item (System.String)',

Orderby syntax ASC

Implementing if-not-exists-insert using Entity Framework without race conditions

using Linq with multiple where conditions

Entity Framework Select new POCO without .ToList() first

How to use DateTime.AddDays(x) in Entity Framework