Newbetuts
.
New posts in ienumerable
JavaScript/jQuery equivalent of LINQ Any()
javascript
jquery
foreach
ienumerable
any
How to convert IEnumerable<string> to one comma separated string?
c#
string
linq
collections
ienumerable
Practical difference between List and IEnumerable [duplicate]
c#
.net
list
ienumerable
Is there a Linq method to add a single item to an IEnumerable<T>?
c#
.net
ienumerable
Get first element from enumerable then iterate rest
c#
iteration
ienumerable
Cannot apply indexing with [] to an expression of type 'System.Collections.Generic.IEnumerable<>
c#
list
generics
ienumerable
Map two lists into a dictionary in C#
c#
.net
linq
dictionary
ienumerable
When a class is inherited from List<>, XmlSerializer doesn't serialize other attributes
c#
.net
list
xml-serialization
ienumerable
An extension method on IEnumerable needed for shuffling [duplicate]
c#
ienumerable
shuffle
Is there an "Empty List" singleton in C#?
c#
singleton
ienumerable
empty-list
IEnumerable vs IReadonlyCollection vs ReadonlyCollection for exposing a list member
c#
.net
list
ienumerable
encapsulation
Does LINQ work with IEnumerable?
.net
linq
ienumerable
Is it possible to do start iterating from an element other than the first using foreach?
c#
iterator
ienumerable
There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'xxx'
asp.net-mvc
ienumerable
drop-down-menu
viewdata
selectlist
Split an IEnumerable<T> into fixed-sized chunks (return an IEnumerable<IEnumerable<T>> where the inner sequences are of fixed length) [duplicate]
c#
linq
ienumerable
Differences between IQueryable, List, IEnumerator?
c#
linq
list
ienumerable
iqueryable
IEnumerable<T>: Can use Equals method but not equality operator
c#
generics
ienumerable
equality-operator
Freely convert between List<T> and IEnumerable<T>
c#
linq
list
ienumerable
How to loop through a collection that supports IEnumerable?
c#
for-loop
foreach
ienumerable
How to sort an IEnumerable<string>
c#
.net
string
sorting
ienumerable
Prev
Next