.NET Nakama

Improving your .NET skills

Open-Source

Projects

Articles

.NET IdempotentAPI v2.0.0RC Supports Idempotency in a Cluster Environment
04 Oct 2022 | ~13 Minute Read
.NET IdempotentAPI 2.0.0 (Release Candidate 1) is available with bug fixes and with the support of idempotency in a Cluster Environment (i.e., a group of multiple server instanc...
.NET IdempotentAPI 1.0.0 Release Candidate
04 Feb 2022 | ~13 Minute Read
.NET IdempotentAPI 1.0.0 (Release Candidate 1) is released with many improvements 🎉✨. If concurrent requests, idempotency keys, and caching give you a headache, then it is time ...
CARE your Web APIs with Consistent and Structured Error Responses
04 Jun 2021 | ~20 Minute Read
Would you like your Web APIs to be maintainable, usable and predictable by providing consistent and structured error responses? Do you CARE about your API consumers? If yes, rea...
Idempotency for Fault-Tolerant Web APIs
04 Jul 2021 | ~10 Minute Read
Building a fault-tolerant Web API for distributed systems is challenging because of several distribution pitfalls (process failures, communication failures, etc.). However, Idem...