Tag: caching

Distributed session management with ASP.NET Core and Couchbase

Distributed session management with ASP.NET Core and Couchbase

Distributed session is a way for you to store your session state outside of your ASP.NET Core application. Using Couchbase to store session state can help you when you need to scale your web site, especially if you don’t want...

September 20, 2017
Distributed caching with ASP.NET Core and Couchbase

Distributed caching with ASP.NET Core and Couchbase

Distributed caching can help to improve performance of an ASP.NET Core application. This is especially true for an ASP.NET application that’s deployed to a server farm or scalable cloud environment. Using Couchbase Server for caching is one of the many...

September 6, 2017
Couchbase Developer Days and LivePerson: Who, What and Why?

Couchbase Developer Days and LivePerson: Who, What and Why?

I’ve recently returned from a rather brilliant Couchbase trip to Israel. My colleague Tug Grall and I lead the Couchbase Developer Day held at the LivePerson offices, which was followed by a Couchbase meetup with ILTechTalks. Israel has an ever-growing,...

December 16, 2014
Caching queries in Couchbase for high performance

Caching queries in Couchbase for high performance

Starting from version 2.0, Couchbase server offers a powerful way of creating indexes for JSON documents through the concept of views.   Using views, it is possible to define primary indexes, composite indexes and aggregations allowing to: . query documents...

December 16, 2014
Caching Doctrine Entities with Couchbase

Caching Doctrine Entities with Couchbase

[This blog was syndicated from http://nitschinger.at/] This blog post gives you an introduction on how you can speed up your Doctrine ORM layer by using Couchbase Server 2.0 as a simple, fast and elastic cache in front of your entities....

December 16, 2014