Top 20 NuGet functional Packages

This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
FSharp.Core redistributables from F# Tools version 12.8.300 For F# 8.0. Contains code from the F# Software Foundation.
CSharpFunctionalExtensions - functional extensions for C#
Option types for C# with LINQ support and rich fluent syntax for many popular uses: var maybeOne = "one".ToMaybe(); Maybe<string> maybeAnother; var maybeBoth = from one in maybeOne from another in maybeAnother select one + another; maybeBoth.Match( both => Console.WriteLine("...
A native functional ASP.NET Core web framework for F# developers.
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
Javascript actor library that works with LanguageExt.Core and Echo.Process: A library that uses and abuses the features of C# 6 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an 'Erlang like' process system (actors...
Actor library component that works with LanguageExt.Core and Echo.Process: A library that uses and abuses the features of C# 6 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an 'Erlang like' process system (actors)...
This package depends on all other packages in the Functional suite.
echo-process Actor library component that works with LanguageExt.Core: An 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state ...
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
An F# code library for pure functional programming... and much more!
Optional is a robust option/maybe type for C#.
WebSocket client support (via Owin) for the Echo.Process system.
This package contains a extension methods for primitives and async enumerables.
This package contains a extension methods for unions and async enumerables.
A Super Signals implementation for Magic built on magic.node, allowing you to invoke functionality from one component in another component without any (direct) references between your components. To use package go to https://polterguy.github.io
F# Wrapper for SQL Server around Microsoft.Data.SqlClient and Vp.FSharp.Sql
F# Wrapper for PostgreSQL around Npgsql and Vp.FSharp.Sql