Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Is there any performance difference between myCollection.Where(...).FirstOrDefault() and myCollection.FirstOrDefault(...)

linq performance

How can I combine several Expressions into a fast method?

c# linq lambda dynamicmethod

Return Count from Netflix oData Service When the LINQ Count() Method Doesn't Work

This method is not supported against a materialized query result

c# linq entity-framework

How do I delete all child elements using linq to sql?

.net linq linq-to-sql

How can I convert a Predicate<T> to an Expression<Predicate<T>> to use with Moq?

c# linq lambda moq

What is the easiest way to save a LINQ query for later use?

linq

Convert SQL Query (with Correlated Subquery) to LINQ in C#

c# sql linq

In LINQ, do projections off an IOrderedEnumerable<T> preserve the order?

c# .net linq

How-to ensure multiple collections have the same item count using LINQ

c# .net linq .net-4.0

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