Search code examples
How to GroupBy time-range (closed-times grouped together)...


c#linqc#-4.0group-bylinq-to-objects

Read More
Why doesn't SkipWhile skip the expected element?...


c#linqlinq-to-objects

Read More
Call function in dynamic LINQ...


c#linqlinq-to-objectsdynamic-linq

Read More
System.Linq.Lookup Class Removing and Adding values...


c#linqlookuplinq-to-objects

Read More
Replacing nested foreach with LINQ; modify and update a property deep within...


c#linqalgorithmlinq-to-objects

Read More
How to solve the following error: cannot convert from 'int' to 'System.Collections.Gener...


c#linqasp.net-mvc-4linq-to-objects

Read More
How to a compose a Linq Expression to call OrderBy on a set of entities?...


c#linqlinq-to-objects

Read More
Improve performance of Moving Average calculation. IEnumerable vs List, foreach vs for, ElementAt,...


c#performancelinqlinq-to-objects

Read More
Refine LINQ join of two List<T> Objects, Group, and Count...


c#c#-4.0linq-to-objects

Read More
LINQ and CASE Sensitivity...


linqsortinglinq-to-objectscase-sensitive

Read More
Left outer join , Object reference not set to an instance of an object...


c#linq-to-sqlc#-3.0linq-to-objects

Read More
how to accomplish LINQ self join query...


linqlinq-to-sqllinq-to-objectsself-join

Read More
Basic array Any() vs Length...


c#linqlinq-to-objects

Read More
LINQ "MaxOrDefault"?...


c#linqlinq-to-objects

Read More
Linq query biz object to discover unique records..would this be a case for recursion...


c#c#-4.0linq-to-objects

Read More
Does List<T>.Last() enumerate the collection?...


c#.netlistcollectionslinq-to-objects

Read More
How to remove inner collection from a collection using LINQ or Entity Framework?...


linqentity-frameworkentity-framework-5entity-framework-6linq-to-objects

Read More
Remove duplicates in the list using linq...


c#linqlinq-to-objectsgeneric-list

Read More
Find() vs. Where().FirstOrDefault()...


c#linqlinq-to-objects

Read More
how to `.Take()` on a string and get a string at the end?...


c#linqstringlinq-to-objectstake

Read More
Get Directories with Parallel.ForEach...


c#recursionparallel-processinglinq-to-objectsparallel.foreach

Read More
Dynamic LINQ OrderBy on IEnumerable<T> / IQueryable<T>...


c#linqienumerableiqueryablelinq-to-objects

Read More
Linq to Objects and Anonymous Types...


linq-to-objectsanonymous-typesvb.net-2010

Read More
Splitting an array using LINQ...


c#.netarrayslinqlinq-to-objects

Read More
How to use async lambda with SelectMany?...


c#linqlambdalinq-to-objects

Read More
Conversion from Int array to string array...


c#.netarrayslinqlinq-to-objects

Read More
LINQ to SQL and a running total on ordered results...


c#linqlinq-to-sqllinq-to-objects

Read More
Get duplicates for two columns with LINQ...


.netvb.netlinqlinq-to-objectslinq-to-dataset

Read More
how to find the longest string in a string[] using LINQ...


c#linq-to-objects

Read More
LINQ SelectMany and Where extension method ignoring nulls...


c#linq.net-4.0linq-to-objects

Read More
BackNext