Top 20 NuGet tuple 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.
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)...
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 ...
WebSocket client support (via Owin) for the Echo.Process system.
Design and build-time code-gen for records, unions, lenses and immutable With functions
Support for Reactive Extensions overloads for various types in the LanguageExt.Core
Parser combinators library based on Haskell Parsec. This is part of the LanguageExt functional base class library and requires LanguageExt.Core
Helper library for LanguageExt.Core that facilitates conversion between F# native types like Option, Map, List, etc to .NET and Language Ext types.
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types
var (result1, result2) = await (GetStringAsync(), GetGuidAsync());
Based on the work of Joseph Musser https://github.com/jnm2
Convert C# Tuple to/from JSON Array
Standard Web Applications .NET Utilities
Métodos y utilidades base del framework
Clean & simple, idiomatic C# RegEx-based line parser.
RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string...
A collection of convenience extensions that leverages C# 7 tuples
https://devlib.codeplex.com/
.NET 4.0 features for .NET 2.0
DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious test...