Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in ienumerable
IEnumerable<T> to IDictionary<U, IEnumerable<T>>
Jun 23, 2026
c#
.net
ienumerable
type-conversion
idictionary
Get the first item of an IEnumerable and return the rest as IEnumerable, iterating through only once
Jun 21, 2026
c#
ienumerable
enumerate
enumerator
Is it possible to have a 'finally' code-block for yield-return methods?
Jun 20, 2026
c#
ienumerable
do-while
yield-return
How to select objects with highest value of Property A, grouped by Property B?
Jun 19, 2026
c#
.net
linq
ienumerable
Is this an F# compiler bug? #2
Jun 19, 2026
for-loop
f#
ienumerable
Create List<T> from IEnumerable<T> being returned from async function
Jun 17, 2026
c#
list
async-await
ienumerable
I need confirmation about my understanding on IQueryable & IEnumerable
Jun 14, 2026
c#
ienumerable
iqueryable
Implementation of IEnumerable<T> works for foreach but not LINQ
Jun 14, 2026
c#
generics
ienumerable
PropertyInfo.GetValue(object) fails with IEnumerable<T> [C#, Reflection]
Jun 10, 2026
c#
reflection
ienumerable
var-dump
propertyinfo
Add items to list from IEnumerable using LinQ
Jun 10, 2026
c#
linq
ienumerable
How to clear the contents of an IEnumerable
Jun 10, 2026
vb.net
ienumerable
When does IEnumerable.Any(Func) return a value?
Jun 03, 2026
c#
performance
linq
lambda
ienumerable
How is the iteration variable readonly?
Jun 01, 2026
c#
foreach
iterator
ienumerable
cil
Why doesn't the following work? (IEnumerable/ IEnumerator)
May 27, 2026
c#
ienumerable
enumerate
Having trouble understanding IEnumerator
May 26, 2026
c#
.net
ienumerable
Using List<Person> Distinct() to return 2 values
May 26, 2026
c#
.net
linq
c#-3.0
ienumerable
How Array of our custom classes work with foreach without implemented IEnumerable?
May 25, 2026
c#
.net
foreach
ienumerable
Implementing multiple IEnumerables in C#
May 24, 2026
c#
ienumerable
IList with an implicit sort order
May 22, 2026
linq
ienumerable
natural-sort
How to check an IEnumerable for multiple conditions with a single enumeration without buffering?
May 18, 2026
c#
linq
ienumerable
Older Entries »