HTTP Session State Caching using NCache

HTTP Session State Caching using NCache

NCache integrates seemingly with the ASP.NET Core framework. With NCache, we can cache application data or responses in our ASP.NET Core applications. Let’s take a look at another NCache feature for ASP.NET Core applications: Session State Caching with ASP.NET Core. HTTP and Session State A bit of background first. HTTP is a stateless protocol. It…

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…

Fixing ASP .NET Performance Bottlenecks

Fixing Four ASP.NET Performance Bottlenecks

ASP.NET has become developers’ foremost choice in developing high-traffic web applications. Because of its scalable nature, the ASP.NET application tier can seamlessly handle thousands of concurrent users with millions of requests per day. Such high-traffic ASP.NET applications are deployed in a load-balanced web farm with a load balancer, routing user requests to multiple web servers.…

How to Cache ASP.NET View State in a Distributed Cache?

ASP.NET today is widely used for high traffic web applications that need to handle millions of users and are deployed in load balanced web farms. One important part of ASP.NET is View State that many applications use. ASP.NET View State is a very powerful mechanism that stores pages, controls and custom values between multiple HTTP…