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…

ASP.NET Core Data Protection Provider

ASP.NET Core Data Protection using NCache

According to a recent survey by Positive Technologies, data leakage vulnerabilities and security problems affect 44% of web apps. Sensitive data is present in all web apps and data theft happens when that data is improperly secured. So, for appropriate data protection, ASP.NET Core uses cryptographic APIs, besides the encryption algorithm to protect data and…

ASP .NET Caching

ASP.NET Caching: How to Use it with NCache?

Many ASP.NET applications today are high-traffic and are used by tens of thousands of users. These applications face performance issues because accessing the database is slow, especially when network traffic is high. This latency is now becoming unaffordable as thousands of users are accessing these applications. To resolve this performance constraint, ASP.NET and ASP.NET Core…

ASP.NET Session State Store in Microsoft Azure

Microsoft Azure provides a platform for ASP.NET applications in the cloud. Very often, these applications are high transaction and mission-critical in nature. Therefore, it is very important that these applications are scalable and result in no data loss if a web server goes down at any time. NCache Details             …

ASP.NET Session State Sharing across Multiple Azure Regions

Many high-traffic ASP.NET applications in Microsoft Azure are deployed over multiple Microsoft Azure regions in order to handle geographically separated traffic. In these situations, the load balancer always sends traffic to the Microsoft Azure region closest to the user for faster response time. In this scenario, you may run into a situation where you have…