Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

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

C++ LINQ-like iterator operations

Using IEqualityComparer for Union

c# linq iequalitycomparer

Merging 2 dictionaries having duplicate keys with linq

c# linq dictionary merge

XMLSerializer to XElement

c# .net xml linq serialization

Does FirstOrDefault return a reference to the item in the collection or the value?

c# linq

How to add another condition to an expression?

c# linq