Etiqueta: sessão

Extending .NET Caching Provider for Collections

Extensão do provedor de cache do .NET para coleções

Para ajudar os desenvolvedores de .NET a usar melhor o Couchbase em seus aplicativos, há uma coleção de extensões do Couchbase com suporte da comunidade. Elas incluem extensões para cache, sessão, multiop, compactação e bloqueio. Além disso, há algumas extensões com suporte oficial para injeção de dependência, telemetria aberta,...

Matthew Groves 11 de abril de 2023
Session Storage with ASP.NET: New Tutorial

Session Storage with ASP.NET: New Tutorial

Session storage is one of the cornerstones of a scalable web application. Couchbase Server is a performant, scalable, and flexible session storage choice. Beyond simply storing and retrieving session quickly, Couchbase Server also provides tools for exploring and mining session...

Matthew Groves fevereiro 25, 2019
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...

Matthew Groves setembro 20, 2017
Developing a User Profile Store with Golang and a NoSQL Database

Developing a User Profile Store with Golang and a NoSQL Database

Remember the tutorial series I wrote in regards to creating a user profile store with Node.js and NoSQL? That tutorial covered a lot of ground, from creating a RESTful API with Node.js, handling user sessions, data modeling, and of course...