Top 20 NuGet sequence Packages

Provides an F#-style API for parallel operations on sequences that are part in .NET 4.0 as System.Linq.ParallelEnumerable class. The API is akin to F# operations on sequences.
Class library containing useful general-programming classes and extension methods for existing types.
A multiple instance and thread safe unique number sequence generator. Replicates the create sequence transact-SQL functionality (http://msdn.microsoft.com/en-us/library/ff878091.aspx) in a .Net assembly.
IAsyncEnumerable interface definition, and some LINQ function for it
The LINQ extension library is a collection of extensions written in C# that help in common programming tasks related to arrays, collections and any other type of enumerable.
Dynamic Time Warping (DTW) algorithm visualization
Unified algorithm support for indexed .NET collections.
[.NET 4.6.1+] - DisposableObservable: a class for creating Observable sequences with TPL easily as Observable.Create - [IObservable].Serialize: wrap all subscriptions into a single ISubject against the sourcing observable - [IObservable].AsAsync: execute all functions on TPL - [IObservable].Fork: a...
Dynamic Time Warping (DTW) algorithm
Fibonacci is a sequence generator that is performant from Int32 all the way up to BigInteger.
MTEP test sequence plugin interfaces
Sequence composite interface to BSON. Powered by Newtonsoft.Json.Bson and Project Composite.
Additional asynchronous functionality for the Bogosoft.Data library.
a time sequence circular buffer
A .NET Standard library for working with FASTA genetic sequence files.
Monads (Maybe, Either, State, Reader, Writer) and monad combinators (Sequence, Sequence_, ReplicateM, ReplicateM_, MapM, MapM_, FoldM, FoldM_, ZipWithM, ZipWithM_, ForM, FilterM, LiftM, LiftM2, LiftM3, LiftM4, LiftM5, Join, When, Unless, Forever, Void, Ap, Compose, Guard, MFilter, MSum) in C#
A multiple instance and thread safe unique number sequence generator. Replicates the create sequence transact-SQL functionality (http://msdn.microsoft.com/en-us/library/ff878091.aspx) in a .Net assembly.
Pipeline Pattern is helpful in dividing the problem into smaller reusable code components. This is a simple yet powerful structural pattern to organize a complex logic into smaller reusable components, which can be added/removed/modified independently.
Ninject container for CommandPipeline library for resolving dependencies in the commands during handling