Why Upgrade to NCache Enterprise?

NCache is an in-memory distributed cache for .NET, Java, Node.js, Python and Scala. It is an extremely fast, linearly scalable cache memory store that caches application data to reduce expensive database trips. NCache, being the market leader for .NET applications, has a huge and diverse customer base with different caching needs. To meet all these…

An Insight into Using Pub/Sub Messaging with NCache

An Insight into Using Pub/Sub Messaging with NCache

NCache has lots of features: ASP.NET Cache provider and Full-Text searching, among others. But, this time, let’s see another NCache feature: Publisher/Subscriber (Pub/Sub) messaging. Let’s learn how to implement the Pub/Sub messaging pattern with NCache. What’s Pub/Sub messaging? Pub/Sub is a messaging pattern where senders (or publishers) share messages with multiple receivers (or subscribers) through…

NCache Pub/Sub Messaging for Distributed Applications

NCache Pub/Sub Messaging for Distributed Applications

Communication is the key. Especially, when there is a high transaction distributed application with thousands of loosely coupled entities involved. In that case, there is a dire need for scalable and flexible communication between different modules to keep your application running smoothly without stale information. Since newly emerging applications are shifting to the microservices-based architecture,…

caching-ml-dotnet

Caching in ML.NET to Quickly Retrain Machine Learning Models

You, I, and even John next door know that machine learning has made your machines “smarter” by predicting future outcomes, using the data fed to them. ML.NET is the de facto standard in .NET for machine learning, that allows you to train models upfront and make predictions accurately. Let’s suppose you have an ML.NET application…