.NET Nakama

Improving your .NET skills

Learning Paths

Recent Posts

  • December 04, 2022

    .NET Nakama Learning Paths

    Discover the .NET Nakama Learning Paths and find the material you need or may have missed quickly. Also find out how to read the articles in an efficient order.

  • October 04, 2022

    .NET IdempotentAPI v2.0.0RC Supports Idempotency in a Cluster Environment

    .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 instances) using Distributed Locks 🎉✨.

  • September 04, 2022

    Enable HTTPS in .NET APIs with Manual Let's Encrypt

    Our Web APIs may provide or receive sensitive data that can be accessed or altered without using a security protocol. So let's secure our Web APIs with a Free Let's Encrypt certificate. Read this article to generate a Wildcard certificate manually using the DNS challenge and install it in NGINX or Kestrel.

  • August 04, 2022

    Resilience APIs to Transient Faults using Polly

    Transient fault handling may seem complicated, but libraries like Polly can simplify it. Let's learn how to use the Polly library in three simple steps. In addition, we will simulate continuous and random failures to better understand our system's behavior when applying Polly policies.

  • July 04, 2022

    Strategies to Handle Transient Faults in Web APIs

    Transient faults are inevitable, especially in microservice and cloud-based Web APIs. So, let's learn about the strategies to reduce and handle transient failures to provide resilient Web APIs.