Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
52 packages returned for Tags:"tuple"
Sort by
Relevance
Downloads
Recently updated
LanguageExt.
Core
by:
louthy
11,909,307 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
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.
TaskTupleAwaiter
by:
buvinghausen
jnm2
527,517 total downloads
last updated
2/27/2023
Latest version:
2.0.3
C#
7.0
Value
Tuple
Async
Await
Elegant
Code
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(),...
More information
System.
Tuples
by:
haadis
125,373 total downloads
last updated
5/5/2011
Latest version:
1.0.0
tuple
tuples
System.Tuples is a small tuple library made to be compatible with .net 2.0, .net 3.0 and .net 3.5.
TupleExtensions.
VictorGavrish
by:
VictorGavrish
105,911 total downloads
last updated
9/16/2018
Latest version:
1.3.0
linq
tuple
tuples
valuetuple
A collection of convenience extensions that leverages C# 7 tuples
LanguageExt.
FSharp
by:
louthy
465,700 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Helper library for LanguageExt.Core that facilitates conversion between F# native types like Option, Map, List, etc to .NET and Language Ext types.
LanguageExt.
Parsec
by:
louthy
435,993 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Parser combinators library based on Haskell Parsec. This is part of the LanguageExt functional base class library and requires LanguageExt.Core
NetLegacySupport.
Tuple
by:
veblush
28,330 total downloads
last updated
9/7/2016
Latest version:
1.1.1
.net
framework
legacy
support
tuple
System.Tuple for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
LanguageExt.
CodeGen
by:
louthy
263,710 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Lenses
Records
Unions
Monad
Option
Either
More tags
Design and build-time code-gen for records, unions, lenses and immutable With functions
LanguageExt.
Rx
by:
louthy
215,619 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Support for Reactive Extensions overloads for various types in the LanguageExt.Core
DevLib.
Legacy
by:
nbxx
46,877 total downloads
last updated
9/18/2017
Latest version:
2.17.8
legacy
.net
Action
Func
Tuple
System.Collections.Concurrent
await
async
Task
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...
More information
TupleAsJsonArray
by:
arogozine
19,666 total downloads
last updated
2/1/2021
Latest version:
1.0.2
Tuple
ValueTuple
JSON
Serialization
Convert C# Tuple to/from JSON Array
LanguageExt.
Transformers
by:
louthy
185,323 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Functions like MapT, BindT, ForAllT, etc. for the nested monadic type extensions (i.e. `Seq<Option>`
WebApplications.
Utilities
by:
WebApplicationsUK
67,909 total downloads
last updated
12/24/2018
Latest version:
5.2.6928.32551
Utility
Utilities
Enum
Reflection
Task
Range
Configuration
Formatting
Globalization
Threading
More tags
Standard Web Applications .NET Utilities
ArrayDeconstructors.
Source
by:
hazzik
14,549 total downloads
last updated
10/12/2022
Latest version:
1.0.4
deconstructor
deconstruction
array
arrays
tuple
tuples
ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables: int[] array = <...>; var (a,b) = array;
equadrat.
Framework.
Core.
Interfaces
by:
equadrat
58,595 total downloads
last updated
11/15/2023
Latest version:
6.3.3
equadrat
framework
core
ioc
dependency
injection
container
bootstrapp
serializer
observable
More tags
A framework to extend the Microsoft .net framework with extra core functionality.
TupleAsJsonArray.
Redux
by:
Hawxy
8,076 total downloads
last updated
8/1/2022
Latest version:
1.1.0
Tuple
ValueTuple
JSON
Serialization
Convert C# Tuple to/from JSON Array - Fork with fixes for handling large streams
Infodinamica.
Framework.
Core
by:
Infodinamica
95,356 total downloads
last updated
8/8/2016
Latest version:
3.5.0.24220
Framework
Infodinamica
Core
Tuple
NET3.5
.NET3.5
PropertyInfo
Reflection
IsNumeric
IsBoolean
More tags
Métodos y utilidades base del framework
RegExtract
by:
sblom
45,350 total downloads
last updated
1/19/2022
Latest version:
1.0.18
regex
parse
parser
reader
deserialize
deserializer
valuetuple
record
deserialization
parsing
More tags
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...
More information
Soenneker.
Extensions.
Enumerable.
Tuple
by:
soenneker
8,922 total downloads
last updated
11/23/2023
Latest version:
2.1.25
enumerable
tuple
extension
c#
.net
dotnet
A collection of useful IEnumerable Tuple extension methods
equadrat.
Framework.
Core
by:
equadrat
43,244 total downloads
last updated
11/15/2023
Latest version:
6.3.3
equadrat
framework
core
ioc
dependency
injection
container
bootstrapp
serializer
observable
More tags
A framework to extend the Microsoft .net framework with extra core functionality.
Previous
Next