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 convert IEnumerable<IEnumerable<T>> to List<string>?
Mar 24, 2022
c#
linq
ienumerable
How do I implement IEnumerable in my Dictionary wrapper class that implements IEnumerable<Foo>?
Oct 17, 2022
c#
ienumerable
Convert to IEnumerable<dynamic>?
Feb 13, 2021
c#
.net
dynamic
extension-methods
ienumerable
Why can't IEnumerator's be cloned?
Apr 20, 2022
c#
.net
ienumerable
What is the for/while equivalent of foreach?
Mar 11, 2022
c#
.net
foreach
ienumerable
ienumerator
Why can't we debug a method with yield return for the following code? [duplicate]
Sep 11, 2019
c#
ienumerable
yield-return
Implement IEnumerable<T> For a List Wrapper
Nov 13, 2022
c#
ienumerable
IEnumerable Group By user specified dynamic list of keys
Feb 21, 2022
c#
.net
asp.net-mvc
lambda
ienumerable
LINQ Count() until, is this more efficient?
Apr 01, 2022
c#
performance
linq
ienumerable
micro-optimization
Why does IEumerator<T> affect the state of IEnumerable<T> even the enumerator never reached the end?
Oct 18, 2022
c#
ienumerable
ienumerator
textreader
Will IOrderedEnumerable.Select() retain element order?
Apr 07, 2022
c#
ienumerable
iorderedenumerable
Thread safety of yield return with Parallel.ForEach()
Nov 04, 2022
c#
task-parallel-library
ienumerable
yield-return
parallel.foreach
Problem with debug watch in Visual Studio with yield return enumerator methods
Jul 28, 2022
visual-studio-2008
debugging
ienumerable
watch
yield-return
Most efficient way to remove multiple items from a IList<T>
Oct 24, 2022
c#
generics
ienumerable
ilist
Efficiently Combine MatchCollections in .NET regular expressions
Nov 28, 2017
c#
.net
regex
ienumerable
Index in the Select projection
Jul 26, 2021
c#
linq
select
ienumerable
C#: How do you test the IEnumerable.GetEnumerator() method?
Nov 03, 2018
c#
unit-testing
ienumerable
How to know if an IEnumerable<ValueType> is empty, without counting all?
Nov 10, 2022
c#
.net
ienumerable
why ForEach Linq Extension on List rather than on IEnumerable [duplicate]
Jun 12, 2022
c#
.net
linq
ienumerable
linq-to-objects
Why is Enumerable.Range faster than a direct yield loop?
Feb 17, 2022
c#
performance
ienumerable
range
enumerable
« Newer Entries
Older Entries »