result-pattern
There are 68 repositories under result-pattern topic.
solid-process/solid-result
Unleash a pragmatic and observable use of Result Pattern and Railway-Oriented Programming in Ruby.
karanraj-tech/result-pattern
How to implement the Result Pattern in .NET and C#.
Gramli/AuthApi
An example of a full-stack application for Authentication and Authorization, build with ASP.NET Core 9.0 (Minimal API) and Angular 19.
Gramli/FileApi
An example of a full-stack application for file upload and download, built with ASP.NET Core 9.0 (Minimal API) and Angular 19.
Adedoyin-Emmanuel/tsfluent
Fluent Result Type for TypeScript
Gramli/WeatherApi
An example of REST API for handling weather data using minimal API and Clean Architecture with various design patterns. ASP.NET Core 9.0
lukemorales/funkcia
Encode failure and absence of value in TypeScript
askarmus/SmartHotel
This repository provides comprehensive guidance on developing your upcoming microservices architecture project using .NET Core 8.
dcyuksel/Result
Result Pattern in C#
johannschopplich/resultx
🤝 Minimalist, strongly-typed result pattern for TypeScript
Drizin/OneOf.DeconstructorExtensions
Extends OneOf<> and OneOfBase<> with methods to deconstruct their underlying types, while converting non-nullable value-types into nullable types (so only one of the resulting values will be non-null). Also provides extensions to convert into Tuple<> or ValueTuple<>
Gramli/WeatherApi-VSA
An example REST API for managing weather data using Minimal API and Vertical Slice Architecture, with various design patterns. Built with ASP.NET Core 9.0.
a-sharifov/Eshop
Eshop: Microservices E-commerce with .NET and DDD
Daniel884936/EmploymentApp
This is an API project about an employment website implementing clean architecture and some patterns
MoMakkawi/ASP.NET.API.8.Identity-Sample
Sample Implement of new Identity using Minimal ASP.NET API 8 and FastEndPoint and REPR pattern with result pattern and deferent mappers.
nkz-soft/NKZSoft.FluentResults.Extensions.Functional
It is a library that extends the popular FluentResults library and helps you write code in a more functional way.
paridosiolo/CleanCommerce
E-Commerce platform developed using C# and .NET, focusing on Clean Architecture and Domain-Driven Design (DDD)
peterkovecses/VocaBuddy
A language learning app with ASP.NET Core Web API, Blazor UI and ASP.NET Core Identity for user management. Utilizes JWT, Entity Framework Core, MediatR and more.
AbdullrhmanElhelw/FCI.AlzheimerDetection
"AlzAware" is a cutting-edge application that utilizes advanced MRI scanning technology to detect and determine the level of Alzheimer's disease in patients.
AbdullrhmanElhelw/FCI.MamaGuide
Mama Guide Graduation Project : Develop a Medical Social Media Web API to Support New Mothers
adomorn/Resultant
A C# library that elegantly handles operation results with support for error aggregation, async operations, and more, following the Result pattern.
Felix-CodingClimber/DotNetElements.Core.Result
This project provides simple Result and Result<TValue> types to be used as return types of functions as an alternative to exceptions.
Nikoo-Asadnejad/ResponseBase
ResponseBase is a return type of a service or api which can be implicitly converted to objectResult
oznakdn/CleanTemplate
The Clean Template Project is an open source project written in .NETCore.
anikdakua03/Results-Pattern
This is simple implementation of Results pattern which includes from popular NUGET packages along with my custom.
draekien-industries/waystone-dotnet
A collection of class libraries which implement useful patterns that can be used in .NET
kzemek/result_macros
A Result pattern for Elixir (macros version)
makhammadsoliyev/BookManagement
Book Management API built with ASP.NET Core, EF Core, and IdentityServer. Developed for the Exadel .NET Internship.
modabas/ModEndpoints
Minimal Apis organized in Repr pattern endpoints and integrated with result pattern out of box.
modabas/ModularMonolithTemplate
Template for creating modular monolith applications.
oguzhankiyar/result-go
Result in Go
Programming6-projects/LosCuriosos
A REST API for managing beverage distribution orders and deliveries. The system handles customer orders, assigns available vehicles (trucks or vans) based on capacity, and tracks order statuses. It reads vehicle data from files (TXT, JSON, CSV), supports multiple products per order, and ensures each order is delivered by a single vehicle.
ScottBoyce-Python/ResultContainer
ResultContainer is a Python library inspired by Rust's Result enum, designed for robust error handling. It seamlessly supports mathematical operations, attribute access, and method chaining on Ok(value), while automatically transitioning to Err(e) upon encountering errors, ensuring continuous error tracking and logging.
VikashChauhan51/resultify
ResultifyCore is a .NET library providing Result and Option patterns to simplify error handling and optional values. It includes extension methods for fluent API support and enhanced readability.
ZeidLab/ToolBox
A versatile and robust utility library designed to simplify common programming tasks, enhance error handling, and promote functional programming paradigms in C#. It provides a collection of tools and extensions that streamline operations such as null checks, error handling, and railway-oriented programming (ROP) sometimes known as "Result Pattern".