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.
Provides a SqlRepo for Entity Framework targeting SQL Server 2016+. The SqlRepo class includes various CRUD methods, including methods that take a LINQ expression for filtering records. SqlRepo supports auto-rollback transactions and sequence resetting for testing scenarios.
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.
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.
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.
The package is intended to help generate various sequences, random and with rules. Provided is Sequence class, that given min, max and step. Calculate, without enumerating, sum, length, Variance, Standard Deviation etc.. Can enumerate lazily all elements. Also, extension methods to System.Random...
More information
Project Composite introduces extensions that make building sequence-based composite data processing solutions seamless and easy. It has interfaces specifically tailored for C# and F# use.
Sequence workflow library for javascript, can run on browser or on node.
can manage deep nested callbacks or list of functions that needs to run in sequence, with support for loops and logical operations.
also supports async functions to be called by the flow, and then resume flow when async...
More information