Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Retrieving Data from database within the last 7 days using linq

Change item in collection with LINQ

c# linq

Convert string array to custom object list using linq

c# .net linq

How to find key value pair in a dictionary with values > 0 with key matching a certain string pattern?

c# linq dictionary

format date in linq query result

c# linq

Is order relevance implied with IEnumerable<T> or should it be explicit?

c# .net linq ienumerable

How do lambda parameters map in TakeWhile?

c# linq lambda

Modify list of strings to only have max n-length strings (use of Linq)

c# string list linq

LINQy way to check if any objects in a collection have the same property value

c# linq

How to get Max String Length in every Column of a Datatable

c# .net linq datatable max

Linq query works with null but not int? in where clause

c# linq linq-to-sql linqpad

Linq's Aggregate Function, How to make a CSV String

.net linq string csv aggregate

Returning the middle n (values not index) from a collection

c# linq algorithm

C# LINQ: Get items with max price

Convert IEnumerable in List<T>

How can I use LINQ to project this parent and children object model into a flat, single object?

c# .net linq linq-to-objects

How to make a right join using LINQ to SQL & C#?

c# sql linq

C# Linq merge two dictionaries [duplicate]

Join anonymous type in LINQ

c# .net linq join

High memory consumption with Enumerable.Range?

c# .net linq memory-management