Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Can PredicateBuilder generate predicates that span multiple tables?

linq join predicatebuilder

.net expando object and LINQ. Possible or not?

.net linq expandoobject

Count number of Exceedence in a series

c# linq

What is the fastest/most efficient way to read this XML to Dictionary (Linq or something else?)

c# xml linq

How do you remove xmlns from elements when generating XML with LINQ?

c# linq

LINQ member expression getting column name

Sort List of Dictionaries

c# linq sorting collections

Count child record and show zero if empty

c# vb.net linq linq-to-sql

C#'s LINQ for collection manipulation equivalent in ruby

Select all unique combinations of a single list, with no repeats, using LINQ (Part 2)

c# linq

How can I create a dynamic multi-property Select on an IEnumerable<T> at runtime?

c# linq lambda duck-typing

C# Expand Flat List<T> to Dictionary<T,ICollection<int>>

c# linq dictionary

Application hangs using PLINQ AsParallel(). No problems with LINQ

c# linq plinq

linq nested list contains

Conditional WHERE in LINQ

Linq query a string array in c# if contains either of two values?

c# string linq

How to query SQLite for whether a record exists?

Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool>

c# linq dynamic dynamic-linq

IQueryable for entities .Where( property is in local array)

Linq query for only the first N rows for each unique ID

c# sql linq linq-to-sql