New posts in ienumerable

JavaScript/jQuery equivalent of LINQ Any()

How to convert IEnumerable<string> to one comma separated string?

Practical difference between List and IEnumerable [duplicate]

Is there a Linq method to add a single item to an IEnumerable<T>?

Get first element from enumerable then iterate rest

Cannot apply indexing with [] to an expression of type 'System.Collections.Generic.IEnumerable<>

Map two lists into a dictionary in C#

When a class is inherited from List<>, XmlSerializer doesn't serialize other attributes

An extension method on IEnumerable needed for shuffling [duplicate]

Is there an "Empty List" singleton in C#?

IEnumerable vs IReadonlyCollection vs ReadonlyCollection for exposing a list member

Does LINQ work with IEnumerable?

Is it possible to do start iterating from an element other than the first using foreach?

There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'xxx'

Split an IEnumerable<T> into fixed-sized chunks (return an IEnumerable<IEnumerable<T>> where the inner sequences are of fixed length) [duplicate]

Differences between IQueryable, List, IEnumerator?

IEnumerable<T>: Can use Equals method but not equality operator

Freely convert between List<T> and IEnumerable<T>

How to loop through a collection that supports IEnumerable?

How to sort an IEnumerable<string>