Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

How do you cast an IEnumerable<t> or IQueryable<t> to an EntitySet<t>?

c# .net linq

The || (or) Operator in Linq with C#

c# .net linq linq-to-sql null

LINQ to DataSet case insensitive group by

How to group by custom types with linq

.net linq group-by

Count child nodes on XDocument

c# .net xml linq linq-to-xml

LINQ - filter child collection

c# linq

Difference between Sum and Aggregate in LINQ

c# linq

How to convert PropertyInfo to property expression and use it to invoke generic method?

c# .net linq system.reflection

Linq to XML Add element to specific sub tree

c# xml linq

How to assign a nullable int property in an anonymous type in LINQ with a Union?

c# .net linq

Group list by month

List<comma-separated strings> => List<string>?

c# linq

Unable to create a constant value of type 'System.Char'

c# linq

LINQ Select Syntax VB.NET

vb.net linq

How do I use Linq in MonoDevelop 2.0 on OS X?

linq mono monodevelop

How do I get the sum of the Counts of nested Lists in a Dictionary without using foreach?

c# linq dictionary

Adding LINQ to my classes

c# linq

Splitting an IEnumerable into two

c# linq

Get X random elements from table in database using Linq or lambda in C#

c# linq

Is there a VB.NET-Like operator in C#?

c# vb.net linq