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
Iterating with IEnumerable vs List
Apr 30, 2026
c#
list
refactoring
iteration
ienumerable
IEnumerable lambda expression for Where()
Apr 26, 2026
c#
linq
expression
ienumerable
iqueryable
Performance of Enumerable Count method in a loop
Apr 25, 2026
c#
.net
performance
for-loop
ienumerable
Is there a way to do a foreach on each element pair in 2 IEnumerable's in C#?
Apr 24, 2026
c#
foreach
ienumerable
Converting an IEnumerable<string> to IEnumerable<ListItem>
Apr 23, 2026
c#
asp.net
ienumerable
listitem
yield-return
Enumerate over DataTable, filter items, then revert to DataTable
Apr 22, 2026
c#
linq
ado.net
datatable
ienumerable
How to return IEnumerable<T> collection if there is one yield
Apr 14, 2026
c#
.net
ienumerable
ienumerator
LINQ prints out sytax instead of result
Apr 11, 2026
c#
linq
console-application
ienumerable
Would there be any performance difference between these 2 IEnumerable<T> codes using foreach?
Apr 10, 2026
c#
.net
performance
ienumerable
IEnumerable<string> to comma separated string
Apr 08, 2026
c#
string
ienumerable
C#: using Take() inside foreach is statement is alright to use?
Apr 08, 2026
c#
linq
foreach
ienumerable
ienumerator
Best method to remove items from a list
Apr 02, 2026
c#
linq
lambda
ienumerable
Should interfaces use IEnumerable<MyObject> instead of MyObject[]
Mar 29, 2026
c#
arrays
ienumerable
enumeration
Linq results to IEnumerable invalid cast
Mar 28, 2026
c#
.net
linq
ienumerable
Access a property of IEnumerable
Mar 24, 2026
c#
reflection
wpf-controls
custom-controls
ienumerable
Can't I use IEnumerable() on .ascx?
Mar 23, 2026
c#
.net
ienumerable
ilist
How to convert IEnumerable to byte array
Mar 21, 2026
c#
arrays
ienumerable
Order of initialization of static members in yield return statements
Mar 19, 2026
c#
ienumerable
yield-return
Why does a compiler-generated IEnumerator<T> hold a reference to the instance that created it?
Mar 10, 2026
c#
.net
garbage-collection
ienumerable
How to enumerate over nested enumerators
Mar 11, 2026
linq
ienumerable
Older Entries »