Cloud Coders

Caching with NCache in ASP.NET Core

NCache is a cross-platform, open-source distributed caching system by Alachisoft that is exceptionally fast and linearly scalable.

How to use SWR in Next JS - client-side data-fetching technique

You've probably heard about SWR if you've lately worked with client-side data fetching in Next.js. It comes with useSWR, a React hook that simplifies all the difficult things in client-side data fetching (caching, revalidation, attention tracking, and so on).

Grant write permissions to IIS on AWS Elastic Beanstalk

This article explains how to provide ASP.NET Core applications write access to specific folders in IIS App Pool. When using AWS Beanstalk, this is necessary for apps to operate properly. The problem User Content and files are often written to the wwwroot or any other specific folder by ASP.

Pub/Sub Design Pattern in .NET Distributed Cache

The publish-Subscribe pattern also known as Pub/Sub is an indispensable tool for building enterprise-grade .NET applications. Just to refresh your memory, Pub/Sub is a messaging paradigm where the senders of messages (publisher) do not have any knowledge about the intended recipients (subscribers). Moreover, the publisher and subscriber applications

Real-Time Data/Stream Processing with NCache

Real-time data/stream processing is attractive for data-driven applications with low latency requirements, such as network monitoring and real-time price analysis

Cloud Coders © 2026