Problem-solving enthusiast :)
Rejigs. Rejigs is a .NET library that provides a fluent interface for building regular expressions. It's designed to make regex patterns more readable and maintainable by allowing developers to construct them using method chaining rather than writing raw regex syntax.
84DecoratR. Intuitive .NET library for implementing the Decorator pattern with Microsoft's Dependency Injection container. DecoratR provides a fluent API to chain decorators around your services, enabling cross-cutting concerns like logging, caching, retry logic, and more.
31