Sessione Hybrid Caching in .NET - .NET Conference Italia 2024
Questo sito si serve dei cookie per fornire servizi. Utilizzando questo sito acconsenti all'utilizzo dei cookie. Ulteriori informazioni Ok

Hybrid Caching in .NET

Lingua: Italiano
Track 1 (MTC - 1° piano)
Orario: 16:30  -  17:15

Play video

Abstract

Caching is a fundamental concept in building fast and reliable systems, and in .NET there are multiple ways to do that.

In this talk we'll explore the ins and outs of caching in .NET, from memory to distributed up to hybrid caching: we'll see both the upcoming HybridCache from Microsoft (.NET 9) and FusionCache, my free OSS project.

Resiliency, performance and scalability will be center stage.