A small railway oriented library in C#
-
Updated
May 17, 2019 - C#
A small railway oriented library in C#
A simple Result type to model an operation's ability to fail. Inspired by F#'s Result and "Railway Oriented Programming".
Result type implementation in c#
A set of Extention Methods That allow for easy bundling from anywhere and razor templating to a string. Maybe template a Email using razor?
Concept for Result and Option types in C#/.NET
Create Standard And Generic Result For Rest Services in .Net And C#
Write Honest functions in C# or convert Pure functions to Honest functions using Optional and Result monads. Combine them with LINQ and create extremely powerful functional compositions.
Result class represents the result of an operation. If the operation succeeds, Result will contain the result of the operation, otherwise it will contain an exception that may or may not be thrown later.
Small dotnet library, allowing you to use Polly with Futurum.Core, based on the concepts behind 'Railway Oriented Programming'.
A dotnet testing library, allowing you to test code that uses Futurum.Core
A dotnet library, that allows FluentValidation to work with Futurum.Core.
A dotnet library providing Option and Result data types, based on the concepts behind 'Railway Oriented Programming'
A common set of C# extensions, models and helpers usually brought into personal projects of mine.
A simple result type for C#, not minding the error type, instead aiming to be explicit, concise and fluent.
A simple yet powerful result type implementation for C#.
Minimal Result Monad Implementation
ResponseBase is a return type of a service or api which can be implicitly converted to objectResult
Add a description, image, and links to the result-type topic page so that developers can more easily learn about it.
To associate your repository with the result-type topic, visit your repo's landing page and select "manage topics."