Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Creating dynamic queries with entity framework

Cannot compare elements of type 'System.Collections.Generic.ICollection`1 Only primitive types, enumeration types and entity types are supported

c# linq entity-framework

C# Select elements in list as List of string

c# linq

Best way for retrieving single record results in LINQ to SQL

linq linq-to-sql

LINQ: Group by month and year within a datetime field

linq tsql group-by substring

How to convert DataTable to class Object?

c# asp.net .net linq datatable

How to use linq to find the minimum [duplicate]

c# linq

Find items from a list which exist in another list

c# linq collections lambda

LINQ Include vs Join. Are they equivalent?

linq

How can I efficiently determine if an IEnumerable has more than one element?

c# vb.net linq

LINQ aggregate and group by periods of time

c# linq aggregate-functions

LINQ SingleOrDefault() equivalent

LINQ to SQL: GroupBy() and Max() to get the object with latest date

c# linq linq-to-sql group-by

`from..where` or `FirstOrDefault` in LINQ

c# linq entity-framework

A specified Include path is not valid. The EntityType does not declare a navigation property with the name *

c# linq entity-framework

LINQ Partition List into Lists of 8 members [duplicate]

linq partitioning skip take

How to include() nested child entity in linq

c# .net linq entity-framework

Efficiently merge string arrays in .NET, keeping distinct values

c# linq arrays merge distinct

Last and LastOrDefault not supported

c# .net linq linq-to-sql

Updating your edmx to reflect changes made in your db (.net linq-to-entities)