Become a sponsor to Rodrigo Nascimento
Support RodrigoFNascimento's open source work
Featured work
-
RodrigoFNascimento/FluentResults.HttpMapping
A small, opinionated library that lets you map FluentResults Result and Result<T> to HTTP responses declaratively and consistently, without leaking HTTP concerns into your domain layer.
C# 1 -
RodrigoFNascimento/ObjectSanitizer
A lightweight .NET Standard 2.0 library for recursively sanitizing objects, collections, and dictionaries by removing or clearing sensitive fields before logging or serialization.
C# -
RodrigoFNascimento/FrameworkOptions
A lightweight configuration loading and validation library for .NET Framework. It brings modern-style `IOptions<T>` to classic apps using simple, dependency-free code.
C# -
RodrigoFNascimento/VersionedOpenApi
An example of how to use OpenAPI to document .NET web APIs that have multiple endpoint versions
C# -
RodrigoFNascimento/SidecarTelemetry
A study of how the sidecar pattern can be used to improve the observability of an application.
Dockerfile -
RodrigoFNascimento/SimplyInjectedDistributedCache
An example of how a .NET Framework web API can connect to Redis by injecting IDistributedCache through SimpleInjector.
JavaScript