Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
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
110 packages returned for Tags:"ienumerable"
Sort by
Relevance
Downloads
Recently updated
OBeautifulCode.
Collection.
Recipes.
EnumerableExtensions
by:
obeautifulcode
316,144 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
185,323 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
142,199 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,975 total downloads
last updated
3/20/2018
Latest version:
2.0.21
IEnumerable
Extensions
Extension methods galore
DataTableProxy
by:
Dietrich
39,913 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
40,436 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
101,409 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
NinjaNye.
SearchExtensions.
Soundex
by:
ninjanye
77,242 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
datatableproxy.
netstandard20
by:
Brushfire
21,658 total downloads
last updated
4/23/2019
Latest version:
1.0.0
DataTable
IEnumerable
Converts IEnumerables into Datatables for easy binding
OrderByNullsLast
by:
parekhkb
131,373 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
31,536 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.
Chiaki
by:
gemidyne
58,912 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.
Linqor
by:
codeblob
20,434 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
EnumerableToStream
by:
morpher
13,886 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
21,935 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.
EnumerableExpansionPack
by:
netchkin
15,322 total downloads
last updated
5/6/2019
Latest version:
0.0.2
Enumerable
C#
Linq
IEnumerable
Package Description
BlazarTech.
QueryableValues.
SqlServer
by:
yv989c
207,110 total downloads
last updated
11/26/2023
Latest version:
8.0.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
103,631 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,969 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
Deprecated
27,701 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