Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

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

Linq To Entities - how to filter on child entities

GROUP and SUM in Entity Framework

Linq to Entities does not recognize string.Format or concatenation '+'

LINQ to Entities and null strings

Resources for learning LINQ?

Why is Linq to Entity Select Method flip flopping projected lists properties?

LINQ generating SQL with duplicate nested selects

Entity framework result discrepancy for a database views

Get the first record of a group in LINQ? [duplicate]