Scaling Real-Time ASP.NET Core SignalR Apps with NCache

Looking around us, we see hundreds and thousands of real-time web applications that thrive on availability, reliability, and constant feedback. For example, with the Premier League (a top level of the English football league system) matches currently going on, many people have shown interest in betting against these matches. As a result, the leading real-time…

pub-sub-dotnet

.NET Microservices: Scaling with NCache Pub/Sub Messaging

The conventional monolithic application architecture for server apps has recently undergone a paradigm shift in the software industry, and microservice architecture is currently taking its place. The idea of a collection of lightweight, loosely connected modules that each represent a single functionality and execute in their processes has been quite popular, and for good reason.…

pub-sub

Using NCache as In-Memory Pub/Sub for .NET

In an environment where multiple high transaction server applications need to communicate with each other, finding the best communication channel for them is important. A publisher/subscribe model is one of the most popular ways when it comes to providing a communication platform for your applications. We all know what these mediums have in common; multiple…