An open API service indexing awesome lists of open source software.

https://gitlab.com/karosveduni/resultpattern_csharp

This library is designed to avoid throwing exceptions in the code. Instead, it returns a result from the method and describes the error. The library helps reduce the number of try-catch blocks in the code and is less taxing on the program compared to catching and rethrowing exceptions.
https://gitlab.com/karosveduni/resultpattern_csharp

.NET C# Fishman pattern result

Last synced: 4 months ago
JSON representation

This library is designed to avoid throwing exceptions in the code. Instead, it returns a result from the method and describes the error. The library helps reduce the number of try-catch blocks in the code and is less taxing on the program compared to catching and rethrowing exceptions.

Awesome Lists containing this project