Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Getting a single element from LINQuery?

c# linq

Diferences between IEnumerable<TSource> Where & IQueryable<TSource> Where extension methods

Sales grouped by month then by product

linq

Optimising Searching of a 2-dimensional Array with LINQ

c# linq optimization search

What if IEnumerable<string> returns just one string

Why cannot type arguments be inferred from this simple code?

linq c#-3.0

IEnumerable.Except() and a custom comparer

Partial string matching in LINQ

linq c#-4.0

Merging 2 lists in C# with a combiner lamba

c# linq list recursion

ef 4.1 LINQ filter an element into a collection

c# linq entity-framework

Using Linq in .NET Handlers

linq ashx

.NET service OData return anonymous type from LINQ query

"Flatten" List<Tuple<<T>,<T>>> into List<T>

c# performance linq

How to use a lambda expression as a parameter?

c# linq lambda

Sort LINQ query by child collection's child property?

better way to do this foreach using linq

c# linq

Read from xml file to objectlist using Linq

c# xml linq

C# linq Sum() extension for large numbers

c# .net linq

c# decimal to hex & hex to decimal / hex to ascii in LINQ

c# linq hex decimal

How to use linq to filter to the max of a group

linq search