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
Convert IEnumerable<int> to int[]
Mar 25, 2022
c#
asp.net
arrays
ienumerable
Performance between Iterating through IEnumerable<T> and List<T>
Sep 19, 2022
c#
list
ienumerable
What is the real advantage of returning ICollection<T> instead of a List<T>? [duplicate]
Sep 23, 2022
c#
.net
ienumerable
icollection
Use IQueryable.Count<T> with an IEnumerable<T> parameter
Feb 22, 2022
c#
linq
ienumerable
iqueryable
Performance of sequences with while vs. for-do comprehensions, compared to direct `IEnumerable<T>` implementation
Sep 17, 2022
performance
f#
ienumerable
seq
In what conditions does powershell unroll items in the pipeline?
Sep 19, 2022
powershell
collections
ienumerable
pipeline
In which cases are IEnumerable<T>.Count optimized?
Sep 19, 2022
c#
optimization
count
ienumerable
yield return vs. return IEnumerable<T>
Sep 19, 2022
c#
ado.net
ienumerable
sqldatareader
yield-return
What is the fluent object model to make this work?
Nov 12, 2022
c#
functional-programming
ienumerable
Why is the compiler-generated enumerator for "yield" not a struct?
Nov 07, 2022
c#
struct
heap-memory
ienumerable
yield
LINQ: Order By Count of Unique Items in List<string>
Dec 18, 2021
asp.net
linq
sorting
count
ienumerable
Error 'Iterator cannot contain return statement ' when calling a method that returns using a yield
Sep 18, 2022
c#
refactoring
extension-methods
ienumerable
yield
IEnumerable<T> vs IReadOnlyList<T>
Sep 18, 2022
.net
ienumerable
Why doesn't IEnumerable<T> have FindAll or RemoveAll methods?
Mar 09, 2022
c#
linq
collections
extension-methods
ienumerable
Should an IEnumerable iterator on a Queue dequeue an item
May 03, 2019
c#
.net
iterator
queue
ienumerable
Select even/odd elements in IEnumerable<T>? [duplicate]
Mar 08, 2022
c#
linq
.net-4.0
ienumerable
How to make IEnumerable<T> readonly?
Jul 01, 2013
c#
.net
generics
ienumerable
IEnumerable Extension
Sep 05, 2022
c#
.net
extension-methods
ienumerable
Consuming a custom stream (IEnumerable<T>)
Sep 05, 2022
c#
serialization
stream
ienumerable
Is there a lazy `String.Split` in C#
Apr 07, 2022
c#
string
ienumerable
lazy-evaluation
enumerator
« Newer Entries
Older Entries »