New posts in ienumerable

Appending/concatenating two IEnumerable sequences

IEnumerable and order

With Entity Framework is it better to use .First() or .Take(1) for "TOP 1"?

Remove items from IEnumerable<T>

Recommended way to check if a sequence is empty

How to go to particular Item in IEnumerable

Why do arrays in .net only implement IEnumerable and not IEnumerable<T>?

In what conditions does powershell unroll items in the pipeline?

IEnumerable<T> as return type

IEnumerable is empty?

filtering a list using LINQ

Get previous and next item in a IEnumerable using LINQ

How to use Except method in list in c#

C# Distinct on IEnumerable<T> with custom IEqualityComparer

Calculating Count for IEnumerable (Non Generic)

Why was IEnumerable<T> made covariant in C# 4?

How to check if a variable is an IEnumerable of some sort

Why is .ForEach() on IList<T> and not on IEnumerable<T>? [duplicate]

Chart of IEnumerable LINQ equivalents in Scala? [duplicate]

Casting IEnumerable<T> to List<T>