Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ienumerable

Performance regarding cached thread-safe IEnumerable<T> implementation

Please explain System.Linq.Enumerable.Where(Func<T, int, bool> predicate)

How to rename data using Linq based on the location of elements?

c# .net linq ienumerable

Can you use linq to see if two IEnumerables of data contain any common entries?

c# .net linq ienumerable

Why is my IEnumerable UserControl disposed after I enumerate over it with foreach?

Get Nth item from SelectList

Set property for each item in collection

c# .net foreach ienumerable

What happens when casting IEnumerable to ICollection

Generic parent Collection split to child collections

c# list .net-3.5 ienumerable

Is Select optional in a LINQ statement?

linq select ienumerable

How to iterate over an Enum, and cast the obj

enums f# ienumerable

Relying on the iteration order of an unmodified HashSet

c# mono ienumerable hashset

What is IEnumerable interface in c#? What if we dont use it?

c# ienumerable

C# IEnumerable, ICollection, IList or List?

interface ienumerable

Is there any faster way than .Any() to find if IEnumerable<T> has any data?

Does AsReadOnly make sense if you cast it in an IEnumerable eventually?

c# ienumerable

Retrieve IEnumerable's method parameters

c# ienumerable

Is there a performance difference between these two algorithms for shuffling an IEnumerable?

what is the fastest way to check IEnumerable Count is greater than zero without loop through all records

c# ienumerable

Can't databind an IEnumerable of DataRows? HttpException?