Found 477 packages
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
A collection of helpful enumerable extension methods
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable<TElement> System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement> When using NuGet 3.x this package requires at least version 3.4.
Interactive Extensions Main Library used to express queries over enumerable sequences.
Several Handlebars.Net helpers in the categories: 'Boolean', 'Constants', 'DateTime', 'Path', 'Enumerable', 'Environment', 'Math', 'Regex', 'String' and 'Urls'.
System.Linq.AsyncEnumerable
A collection of helpful enumerable string extension methods
A fast implementation of topological sorting that supports stable sorting as well as breaking ties via ThenBy[Descending]
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time
Provides classes for querying data structures that implement IQueryable<T>. Commonly Used Types: System.Linq.Queryable System.Linq.EnumerableQuery<T> System.Linq.EnumerableQuery When using NuGet 3.x this package requires at least version 3.4.
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
Provides an adapter from MongoDB's IAsyncCursor and IAsyncCursorSource to IAsyncEnumerable
System.Collections.Async.
Interactive Extensions Async Providers Library used to build query providers and express queries over async enumerable sequences.
Helper methods/classes for operating on objects of type IEnumerable.
Package Description
Provides extensions to form LINQ expressions and method queries against DataTable objects. Commonly Used Types: System.Data.DataRowComparer System.Data.DataRowExtensions System.Data.DataTableExtensions System.Data.EnumerableRowCollection System.Data.EnumerableRowCollectionExtensions System.Data.OrderedEnumerableRowCollection System.Data.TypedTableBase System.Data.TypedTableBaseExtensions 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
C# source implementation that enhances LINQ to Objects with the method DistinctBy. Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default eqaulity comparer for the projected type.
C# source implementation that enhances LINQ to Objects with the method Batch. Batches the source sequence into sized buckets.