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
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
IEnumerable OrderBy by String with complex property
Mar 11, 2026
c#
entity-framework
ienumerable
webgrid
To divide a list of products by category usinq LINQ without foreach
Mar 10, 2026
c#
linq
foreach
ienumerable
Enumerable.Repeat with Union and Take does not return 'Take' values
Mar 09, 2026
c#
linq
ienumerable
is it possible to pass to a function a generic IEnumerable?
Mar 05, 2026
c#
function
ienumerable
Early exit from calling code when using yield return on a generic IEnumerable
Mar 02, 2026
c#
ienumerable
yield-return
How to simplify the initialization of List<List<Int32>> as IEnumerable<IEnumerable<Int32>>?
Feb 28, 2026
c#
list
ienumerable
new-operator
nested-lists
Older Entries »