Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Windows Azure AppFabric Caching?

appfabric azure caching Windows
0
Posted

What is Windows Azure AppFabric Caching?

0

The AppFabric Caching service is a distributed, in-memory cache that you can use to accelerate the performance and scale of your cloud applications built on Windows Azure and SQL Azure. Caching is often used to keep frequently-queried data in-memory close to the application itself, which both reduces overhead on the database tier and also eliminates unnecessary network latency. ASP.NET developers can use the AppFabric Caching service without code changes, as pre-built session state and output caching providers enable you to activate with simple configuration changes. AppFabric Caching capabilities are also directly available using a simple API for even more flexible and customized application use. At runtime, the Cache service transparently distributes ASP.NET session/output cache data or .NET Framework objects stored in the cache across the elastic, scale-out infrastructure. Because it is delivered as a true service, AppFabric Caching has a very simple provisioning model – there is no

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123