Ocelot
Ocelot is a popular open-source library for building API gateways in .NET. It acts as a reverse proxy, routing incoming HTTP requests to the appropriate microservices or backend services.
Polly
Polly is a widely-used resilience and transient fault-handling library for .NET. It provides a set of policies and patterns that help developers build robust and fault-tolerant applications.