Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Linq Select list of dynamic properties into another Object?

c# linq

Replacing values with LINQ in a list with the previous value matching some criterion

linq

Is possible with LINQ to extract from an array of objects the value of one property and create a new array?

c# .net linq

How to Solve this Error "Cannot convert lambda expression to type 'string' because it is not a delegate type"

c# asp.net vb.net winforms linq

Changing value works with eager loading but not lazing loading in linq and ef

c# linq entity-framework

{} in linq result

c# .net linq

Selecting last record by linq fails with "method not recognised"

linq linq-to-entities

How to cast a list of a base type to list of the derived type

c# .net linq

User defined filters/queries?

c# linq collections filtering

Dynamically build IQueryable OR Statement

c# linq iqueryable

Find the distance required to navigate a list of points using linq

c# .net linq

GET Unique List from different classes using LINQ

c# linq

ParameterExpression of type 'MyClass' cannot be used for delegate parameter of type 'System.Object'

How to change values in IQueryable field in C# with LINQ

c# asp.net linq iqueryable

LINQ Lambda Join, with 2 join fields or more error

c# entity-framework linq

What's the correct way to fill a DropDownList using LINQ?

c# asp.net linq linq-to-sql