Result Pattern for .NET - functional error handling and composition. The Result<T> pattern provides a clear, type-safe way to handle success and failure cases.
-
Updated
Jun 27, 2026 - C#
Result Pattern for .NET - functional error handling and composition. The Result<T> pattern provides a clear, type-safe way to handle success and failure cases.
Distributed system project implementing a two-phase commit protocol with coordinators and participants. I handled failure cases, ensuring data consistency. The coordinator sends commit requests, and participants vote. Based on votes, the coordinator commits or aborts transactions. I simulated failures and used Python for implementation.
Add a description, image, and links to the faliure topic page so that developers can more easily learn about it.
To associate your repository with the faliure topic, visit your repo's landing page and select "manage topics."