Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
109 packages returned for Tags:"IEnumerable"
Sort by
Relevance
Downloads
Recently updated
OBeautifulCode.
Collection.
Recipes.
EnumerableExtensions
by:
obeautifulcode
282,053 total downloads
last updated
8/23/2022
Latest version:
1.0.60
enumerable
ienumerable
extension
extensionmethods
Helper methods/classes for operating on objects of type IEnumerable.
RimDev.
Filter
by:
RimDev
180,838 total downloads
last updated
6/23/2022
Latest version:
1.0.203
rimdev
ienumerable
filter
range
The "classy" way to filter collections.
NinjaNye.
SearchExtensions.
Levenshtein
by:
ninjanye
135,165 total downloads
last updated
6/17/2019
Latest version:
3.0.1
search
extension
searchextensions
ienumerable
iqueryable
linq
entityframework
levenshtein
dotnetcore
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Levenshtein searches
Omego.
Extensions
by:
Omego2K
35,546 total downloads
last updated
3/20/2018
Latest version:
2.0.21
IEnumerable
Extensions
Extension methods galore
DataTableProxy
by:
Dietrich
38,266 total downloads
last updated
2/8/2013
Latest version:
1.2.0
Utility
DataTable
IEnumerable
Converts IEnumerables into Datatables for easy binding.
EnumerableExtensions
by:
TChatzigiannakis
38,527 total downloads
last updated
12/15/2016
Latest version:
3.0.0
C#
LINQ
IEnumerable
Extension methods for IEnumerable<T>, including ForEach(), Apply() operators, Around(), Mask(), SkipLast(), TakeLast(), TakeWhileAndNext(), FirstOrEmpty(), Permutations(), Interleave() operators, NotOf()...
More information
AsyncEnumerable
by:
marhoily
97,478 total downloads
last updated
8/22/2017
Latest version:
1.0.17
C#
.net
collection
sequence
enumerable
ienumerable
asynchrony
async
linq
IAsyncEnumerable interface definition, and some LINQ function for it
datatableproxy.
netstandard20
by:
Brushfire
21,091 total downloads
last updated
4/23/2019
Latest version:
1.0.0
DataTable
IEnumerable
Converts IEnumerables into Datatables for easy binding
NinjaNye.
SearchExtensions.
Soundex
by:
ninjanye
69,612 total downloads
last updated
6/17/2019
Latest version:
3.0.1
search
extension
searchextensions
ienumerable
iqueryable
linq
entityframework
soundex
dotnetcore
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Soundex searches
OrderByNullsLast
by:
parekhkb
131,340 total downloads
last updated
3/8/2018
Latest version:
1.0.1
IEnumerable
OrderBy
Order
OrderByDescending
OrderByNullsLast
OrderByNullsFirst
OrderByDescendingNullsLast
OrderByDescendingNullsFirst
Nulls
First
More tags
Simple C# library to specify whether to place nulls first or last when ordering an enumerable by a key selector with nullable types.
CollectionTracking
by:
jplevesque
26,525 total downloads
last updated
5/8/2022
Latest version:
1.0.0
Collection
diff
delta
IEnumerable
ObservableCollection
Get the [Insert, Delete, Move, Replace] operations to apply on collection A to obtain collection B.
Linqor
by:
dangerozov
19,667 total downloads
last updated
9/11/2021
Latest version:
3.0.1
linq
ordered
ienumerable
extensions
Linq extensions for ordered sequences. They have better perfomance in comparison to standard extensions. They don't enumerate entire sequences into HashSet<T> or lookup. With these you can lazily handle very...
More information
Chiaki
by:
gemidyne
stevu
50,810 total downloads
last updated
8/16/2021
Latest version:
1.0.0
chiaki
utility
extension
methods
string
double
datetime
ienumerable
Adds extension methods and other useful things to make things easier.
EnumerableExpansionPack
by:
netchkin
15,282 total downloads
last updated
5/6/2019
Latest version:
0.0.2
Enumerable
C#
Linq
IEnumerable
Package Description
EnumerableToStream
by:
morpher
10,495 total downloads
last updated
3/20/2023
Latest version:
1.3.1
ienumerable
stream
using EnumerableToStream; var enumerable = new [] {"Hello, ", "world!"}; Stream s = enumerable.ToStream();
SafeParallelAsync
by:
NewOrbit
17,634 total downloads
last updated
1/19/2022
Latest version:
0.4.0-pre.124681
Linq
IEnumerable
IAsyncEnumerable
Async
Task
This is a micro library that solves a single problem: How to run a large number of async tasks in parallel without running too many at the same time - and without running out of memory.
BlazarTech.
QueryableValues.
SqlServer
by:
yv989c
166,242 total downloads
last updated
6/25/2023
Latest version:
7.4.0
Entity
EF
EFCore
EntityFramework
EntityFrameworkCore
entity-framework-core
Data
ORM
SQLServer
sql-server
More tags
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method...
More information
Chef.
Extensions.
Agility
by:
supershowwei
83,377 total downloads
last updated
2/10/2023
Latest version:
3.3.0
Assembly
Boolean
Byte
DateTime
Decimal
Dictioinary
Double
Enum
Float
IEnumerable
More tags
a collection of my useful extension methods.
SandS.
Algorithm.
Extensions.
EnumerableExtensions
by:
snowinmars
6,424 total downloads
last updated
12/21/2016
Latest version:
2.0.3.1
IEnumerable
extensions
Some extensions for IEnumerable: > Shuffle > SequenceEqualWithoutOrder > IfDefaultGiveMe > FirstOr > ForEach
TomLonghurst.
EnumerableAsyncProcessor
by:
thomhurst
22,753 total downloads
last updated
1/8/2022
Latest version:
1.1.0
async
enumerable
ienumerable
linq
array
list
processor
delegate
task
tasks
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time
Previous
Next