Result Pattern

ResultR v1.0.2 Released: Functional Pattern Matching with Match()

ResultR v1.0.2 introduces the Match() method for functional-style pattern matching on results, making it easier to handle success and failure cases in a clean, expressive way.

Introducing ResultR

A Modern Take on Request/Response Dispatching for .NET Hello World! I’ve been working on a side project that I wanted to share with you all. After MediatR went to a paid model, I’m sure you heard all about that?

Introduction To The Results Pattern

A short introduction to the Result pattern in .NET: what a Result object is, why it helps, a basic implementation, and a look at FluentResults.

A Quick Look at the Result Pattern

A Quick Look at the Result Pattern - Making exceptions more exceptional!