Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

List vs IEnumerable vs IQueryable when defining Navigation property

How to search Hierarchical Data with Linq

c# linq

LINQ: differences between single Where with multiple conditions and consecutive Wheres with single condition [duplicate]

c# linq

Can I build Tuples from IEnumerables using Linq?

c# linq tuples

How to use LINQ to order within groups

c# .net linq .net-3.5

Asynchronous Where Filter with Linq

c# linq asynchronous

Sending items in a LINQ sequence to a method that returns void

c# .net linq void

Using only the year part of a date for a WHERE condition

Is there a library that provides a formatted Dump( ) function like LinqPad? [duplicate]

linq linqpad

C#: ToArray performance [duplicate]

c# .net linq performance

What is the equivalent of .Max() in jquery

javascript jquery linq max

This code returns distinct values. However, what I want is to return a strongly typed collection as opposed to an anonymous type

c# linq

Linq distinct record containing keywords

Comparing two Lists and returning the distinct values and the differences

linq list c#-4.0 duplicates

Is there a .NET queue class that allows for dequeuing multiple items at once?

c# .net linq collections

Linq: How to query items from a collection until the sum reaches a certain value

c# linq

What's the story with ExpressionType.Assign?

Linq All on empty collection

c# .net entity-framework linq

SQL Server 2005: Nullable Foreign Key Constraint

Using Linq to run a method on a collection of objects?

c# linq